File size: 823 Bytes
8791d59 1c580c7 c45f0d6 8791d59 6e8d513 a453c29 768f4da 2380f6f 91ae7d9 c45f0d6 8791d59 3c2b99e c45f0d6 8791d59 768f4da c45f0d6 8791d59 a453c29 8791d59 577c31d b74a137 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 |
fastapi>=0.115.0 uvicorn[standard]>=0.29.0 python-multipart>=0.0.6 python-dotenv>=1.0.0 pydantic>=2.5.0 # API Clients requests>=2.31.0 groq>=0.9.0 supabase>=2.0.0 google-genai>=0.2.0 # LangChain langchain>=0.1.0 langchain-core>=0.1.0 langchain-groq>=0.1.0 langsmith>=0.1.0 # Fix urllib3 compatibility issues urllib3>=1.26.0,<3.0.0 requests-toolbelt>=1.0.0 # Audio processing (optionnel si vous avez besoin de traitement local) soundfile>=0.12.1 # Hugging Face transformers>=4.35.0 torch>=2.0.1 # Autres dépendances numpy>=1.26.4 scikit-learn>=1.3.0 mcp>=1.0.0 # Note: fastapi-mcp peut ne pas exister officiellement, # vous devrez probablement créer votre propre intégration # generation-model protobuf>=3.20.1,<4.0.0 transformers[sentencepiece] sentencepiece accelerate datasets evaluate rouge-score bert-score |