diff --git a/.env b/.env deleted file mode 100644 index 5c9d32b..0000000 --- a/.env +++ /dev/null @@ -1,9 +0,0 @@ -TELEGRAM_TOKEN=8039533737:AAF0DKayjO21LRNCwdh8UffltXLg1HameGQ -OPENROUTER_API_KEY=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 -DATABASE_URL=postgresql+asyncpg://drholy:SportForever1999@db:5432/chatdb -WEBAPP_URL=https://llm.byte-mate.xyz/webapp -DOMAIN=llm.byte-mate.xyz -EMAIL=your@email.com -POSTGRES_USER=drholy -POSTGRES_PASSWORD=SportForever1999 -POSTGRES_DB=chatdb \ No newline at end of file diff --git a/.env.example b/.env.example new file mode 100644 index 0000000..81eecac --- /dev/null +++ b/.env.example @@ -0,0 +1,9 @@ +TELEGRAM_TOKEN=12134311314:geerergereregr +OPENROUTER_API_KEY=sk-or-v1-123123213234132 +DATABASE_URL=postgresql+asyncpg://login:pass@db:5432/chatdb +WEBAPP_URL=https://domain.com/webapp +DOMAIN=domain.com +EMAIL=your@email.com +POSTGRES_USER=login +POSTGRES_PASSWORD=pass +POSTGRES_DB=chatdb \ No newline at end of file diff --git a/.gitignore b/.gitignore index d80684b..cf6adbb 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ -/app/__pycache__/ \ No newline at end of file +app/__pycache__/ +.pyc +.env \ No newline at end of file diff --git a/app/__pycache__/api.cpython-311.pyc b/app/__pycache__/api.cpython-311.pyc deleted file mode 100644 index b649411..0000000 Binary files a/app/__pycache__/api.cpython-311.pyc and /dev/null differ diff --git a/app/__pycache__/crud.cpython-311.pyc b/app/__pycache__/crud.cpython-311.pyc deleted file mode 100644 index a2333a5..0000000 Binary files a/app/__pycache__/crud.cpython-311.pyc and /dev/null differ diff --git a/app/__pycache__/database.cpython-311.pyc b/app/__pycache__/database.cpython-311.pyc deleted file mode 100644 index 0962272..0000000 Binary files a/app/__pycache__/database.cpython-311.pyc and /dev/null differ diff --git a/app/__pycache__/main.cpython-311.pyc b/app/__pycache__/main.cpython-311.pyc deleted file mode 100644 index fdc0b11..0000000 Binary files a/app/__pycache__/main.cpython-311.pyc and /dev/null differ diff --git a/app/__pycache__/models.cpython-311.pyc b/app/__pycache__/models.cpython-311.pyc deleted file mode 100644 index 5260b30..0000000 Binary files a/app/__pycache__/models.cpython-311.pyc and /dev/null differ diff --git a/app/__pycache__/openrouter_client.cpython-311.pyc b/app/__pycache__/openrouter_client.cpython-311.pyc deleted file mode 100644 index 4d8fe3e..0000000 Binary files a/app/__pycache__/openrouter_client.cpython-311.pyc and /dev/null differ diff --git a/app/__pycache__/schemas.cpython-311.pyc b/app/__pycache__/schemas.cpython-311.pyc deleted file mode 100644 index 7fc866c..0000000 Binary files a/app/__pycache__/schemas.cpython-311.pyc and /dev/null differ