Files
microdao-daarion/services/memory-service/requirements.txt
Ivan Tytar 7b360fc360 fix: Gateway response extraction and GPU optimization
- Fixed Gateway to extract response from data.text field
- GPU working: RTX 4000 Ada, response time 7-10s (was 30-40s)
- DAARWIZZ now responds correctly with full personality
- Started Memory Service structure
2025-11-15 18:55:09 +01:00

7 lines
124 B
Plaintext

fastapi>=0.115.0
uvicorn[standard]>=0.30.0
SQLAlchemy[asyncio]>=2.0.30
asyncpg>=0.29.0
pydantic>=2.8.0
python-dotenv>=1.0.1