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
This commit is contained in:
Ivan Tytar
2025-11-15 18:55:09 +01:00
parent 03d3d6ecc4
commit 7b360fc360
3 changed files with 9 additions and 2 deletions

View File

@@ -0,0 +1,6 @@
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