Cyril Dupland
Update .env.example and requirements.txt: Remove commented-out Twilio TURN configuration and add DAILY_API_KEY to the environment example. Update requirements to include daily-python for Linux compatibility.
767c8ff | # API Keys - REMPLACEZ PAR VOS VRAIES CLÉS | |
| OPENAI_API_KEY=sk-your-openai-key-here | |
| MISTRALAI_API_KEY=your-mistral-key-here | |
| # JWT Security - CHANGEZ EN PRODUCTION | |
| JWT_SECRET_KEY=dev-secret-key-change-in-production-use-secure-random-string | |
| JWT_ALGORITHM=HS256 | |
| JWT_EXPIRATION_MINUTES=60 | |
| # API Config | |
| API_TITLE=CAPL Routeur IA API | |
| API_VERSION=1.0.0 | |
| ENVIRONMENT=development | |
| # LangSmith (optionnel - pour monitoring) | |
| LANGCHAIN_TRACING_V2=false | |
| LANGCHAIN_API_KEY= | |
| LANGCHAIN_PROJECT=routeur-ia | |
| # Voice WebRTC ICE servers (STUN/TURN pour NAT traversal sur HF Spaces) | |
| # DAILY_API_KEY=61efebb10fa3956006a11e194980876c4453311ef25737fb2e434bc040326deb |