first commit

This commit is contained in:
Beyhan Ogur
2026-05-11 15:08:50 +03:00
commit a408821410
47 changed files with 4670 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
PORT=8000
OPENAI_BACKEND=https://api.deepseek.com
OPENAI_KEY=your_openai_key_here
DATABASE_DSN=host=localhost user=app password=pass dbname=app port=5432 sslmode=disable TimeZone=UTC
REQUEST_TIMEOUT_SECONDS=30