This is the GPT-4 Omni model integrated into the Telegram bot via the ProxyAPI service.
Create a .env file in the root directory of your project and add the following environment variables:
tg_token
- Your Telegram bot tokentg_ids
- User IDs for authenticationai_token
- Your ProxyAPI tokenai_base_url
- Base URL of ProxyAPIpg_url
- PostgreSQL URLpg_user
- PostgreSQL Userpg_password
- PostgreSQL Passwordpg_db_name
- PostgreSQL DB Name
Before running the bot, create a session on the server:\
tmux new -s ai-omni
To build and run the project using Docker, execute:\
docker compose up -d