First commit from first beta.

This commit is contained in:
2026-04-13 22:46:12 +00:00
parent 77dfda7c95
commit 137beae962
6 changed files with 1205 additions and 0 deletions

9
requirements.txt Normal file
View File

@@ -0,0 +1,9 @@
python = "^3.12"
python-telegram-bot = "21.6"
groq = "^1.1.0"
aiohttp = "^3.9.0"
psycopg2-binary = "^2.9.9"
python-dotenv = "^1.0.0"
pgvector = "^0.4.2"
openai = "^2.29.0"