fix: gpt-oss:20b ollama, streaming, tableaux JSON, recherche flexible salons/categories
This commit is contained in:
parent
14985f6dbb
commit
189d56026b
21 changed files with 2824 additions and 491 deletions
|
|
@ -1,17 +1,19 @@
|
|||
PyNaCl
|
||||
# Core dependencies for Superviseur bot
|
||||
discord.py>=2.3.0
|
||||
aiohttp>=3.8.0
|
||||
aiofiles>=23.1.0
|
||||
uvloop>=0.17.0 ; python_version >= '3.8'
|
||||
fastapi>=0.95.0
|
||||
uvicorn>=0.22.0
|
||||
prometheus_client>=0.16.0
|
||||
httpx>=0.24.0
|
||||
redis>=5.3.0
|
||||
pytest>=7.0.0
|
||||
flake8>=6.0.0
|
||||
python-dotenv>=1.0.0
|
||||
psutil>=5.9.0
|
||||
faster-whisper
|
||||
git+https://github.com/imayhaveborkedit/discord-ext-voice-recv
|
||||
pytz
|
||||
aiohttp>=3.8.0
|
||||
aiofiles>=23.0.0
|
||||
pytz>=2023.3
|
||||
redis>=4.5.0
|
||||
pynacl>=1.5.0
|
||||
faster-whisper>=0.10.0
|
||||
uvloop>=0.17.0; sys_platform != "win32"
|
||||
|
||||
# Optional dependencies for enhanced functionality
|
||||
fastapi>=0.100.0
|
||||
uvicorn[standard]>=0.20.0
|
||||
prometheus-client>=0.15.0
|
||||
|
||||
# Development and testing
|
||||
pytest>=7.0.0
|
||||
pytest-asyncio>=0.21.0
|
||||
Loading…
Add table
Add a link
Reference in a new issue