AI Mediator is an aggregator for AI models. The goal of this project is to spread artificial intelligence tools among mankind, making it easier to access them.
By the way, this project contributed by ChatGPT.
- Telegram Bot for AI-conversations
- OpenAI API adapter (So far, only ChatGPT3).
- Clone the repository.
- Install docker and docker-compose.
- Rename the env.dist file to .env and fill it with your data.
- Run commands:
sudo docker-compose build
sudo docker-compose up -d