server: add basic rtc test with local audio and fake llm

This commit is contained in:
Mathieu Virbel
2023-07-27 18:04:26 +02:00
parent ee080e1ab2
commit fe85005e8e
5 changed files with 198 additions and 40 deletions

View File

@@ -29,6 +29,12 @@ httpx = "^0.24.1"
pyaudio = "^0.2.13"
stamina = "^23.1.0"
[tool.poetry.group.tests.dependencies]
pytest-aiohttp = "^1.0.4"
pytest-asyncio = "^0.21.1"
pytest = "^7.4.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"