Skip to content

This is the GPT-4 Omni model integrated into the Telegram bot via the ProxyAPI service.

License

Notifications You must be signed in to change notification settings

mksmvnv/ai-omni

Repository files navigation

AI Omni 🤖

Static Badge Static Badge

This is the GPT-4 Omni model integrated into the Telegram bot via the ProxyAPI service.

logo

How to Run

Step 1: Create Environment Variables

Create a .env file in the root directory of your project and add the following environment variables:

  • tg_token - Your Telegram bot token
  • tg_ids - User IDs for authentication
  • ai_token - Your ProxyAPI token
  • ai_base_url - Base URL of ProxyAPI
  • pg_url - PostgreSQL URL
  • pg_user - PostgreSQL User
  • pg_password - PostgreSQL Password
  • pg_db_name - PostgreSQL DB Name

Step 2: Create a Server Session

Before running the bot, create a session on the server:\

tmux new -s ai-omni

Step 3: Run the Bot with Docker

To build and run the project using Docker, execute:\

docker compose up -d

Your bot is now ready to use. Enjoy! 💫

About

This is the GPT-4 Omni model integrated into the Telegram bot via the ProxyAPI service.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published