This project aims to create a shared context system between ChatGPT and Claude by Anthropic. For Project Technology Stack Decision-Making Process see PROJECT_DECISION
This project aims to create a shared context system between ChatGPT and Claude by Anthropic. This system allows seamless communication and context sharing between the two AI models, enabling more coherent and context-aware interactions.
To install and set up the project using API Platform with Docker, follow these steps:
-
Clone the repository:
git clone https://github.com/soft-cloud-dev/shared-context-ai.git cd shared-context-ai
-
Set up environment variables:
cp .env.example .env # Update .env with your configuration
-
Build and start the Docker containers:
docker-compose up -d --build
-
Install dependencies inside the Docker container:
docker-compose exec php composer install
-
Run database migrations (if applicable):
docker-compose exec php bin/console doctrine:migrations:migrate
-
Access the application:
- API Platform:
http://localhost:8080
- Admin Panel (if configured):
http://localhost:8081
- API Platform:
For usage instructions, refer to the documentation in the docs
directory.
We welcome contributions to the project. To contribute, follow these steps:
-
Fork the repository.
-
Create a new branch:
git checkout -b feature/your-feature-name
-
Make your changes and commit them:
git commit -m 'Add some feature'
-
Push to the branch:
git push origin feature/your-feature-name
-
Open a pull request.
Please ensure that your code adheres to the project's coding standards and includes appropriate tests.
This project is licensed under the MIT License. See the LICENSE file for more details.
If you have any questions or need further assistance, feel free to contact the project maintainers:
Maintainer: [email protected]