Загрузить файлы в «/»

This commit is contained in:
4 changed files with 11 additions and 0 deletions

2
.env Normal file
View File

@@ -0,0 +1,2 @@
GIGACHAT_TOKEN=Y2ExOGEyYmQtNDk2ZS00NTAzLTg3OWMtYTczNTdhZjdjMzBlOjRhYTgxMTgxLTEwM2MtNDRhNC1iY2I0LWI4ZjBiZTg5NGUwMg==
GIGACHAT_BASE_URL=https://ngw.devices.sberbank.ru:9443/api/v2/oauth

BIN
readme.md

Binary file not shown.

8
requirements.txt Normal file
View File

@@ -0,0 +1,8 @@
fastapi>=0.115.0
uvicorn[standard]>=0.30.0
jinja2>=3.1.4
pydantic>=2.9.0
httpx>=0.27.0
python-dotenv>=1.0.1
cachetools>=5.3.0
aiohttp>=3.9.0

1
run.sh Normal file
View File

@@ -0,0 +1 @@
uvicorn app.main:app --host 0.0.0.0 --port 8000 --reload