1
0
mirror of https://github.com/ijaric/voice_assistant.git synced 2025-12-20 09:16:17 +00:00

feat: stt от openai

This commit is contained in:
grucshetskyaleksei
2023-10-05 22:43:40 +03:00
parent 005dd3ce0e
commit b5191e7601
15 changed files with 813 additions and 19 deletions

View File

@@ -25,12 +25,14 @@ asyncpg = "^0.28.0"
fastapi = "0.103.1"
greenlet = "^2.0.2"
httpx = "^0.25.0"
openai = "^0.28.1"
orjson = "^3.9.7"
psycopg2 = "^2.9.7"
psycopg2-binary = "^2.9.9"
pydantic = {extras = ["email"], version = "^2.3.0"}
pydantic-settings = "^2.0.3"
python = "^3.11"
python-jose = "^3.3.0"
python-magic = "^0.4.27"
sqlalchemy = "^2.0.20"
uvicorn = "^0.23.2"