Initial commit

This commit is contained in:
2026-03-31 13:10:44 +02:00
commit 0c859a5b51
16 changed files with 5621 additions and 0 deletions

6
backend/requirements.txt Normal file
View File

@@ -0,0 +1,6 @@
fastapi==0.109.0
uvicorn[standard]==0.27.0
ollama==0.1.6
websockets==12.0
python-multipart==0.0.6
pydantic==2.5.3