AI implementation for openai and claude.

This commit is contained in:
2026-01-15 21:20:30 +01:00
parent fe70f3892c
commit 5bbec0e240
20 changed files with 623 additions and 24 deletions

8
backend/requirements.txt Normal file
View File

@@ -0,0 +1,8 @@
fastapi>=0.109.0
uvicorn[standard]>=0.27.0
anthropic>=0.18.1
openai>=1.50.0
pydantic>=2.6.0
pydantic-settings>=2.1.0
python-dotenv>=1.0.0
httpx>=0.27.0