Spaces:
Running
Running
| # Configuração das APIs de LLM | |
| # Obtenha suas chaves em: | |
| # Mistral: https://console.mistral.ai/ | |
| # Gemini: https://aistudio.google.com/app/apikey | |
| # API da Mistral (Provedor Primário) | |
| MISTRAL_API_KEY=your_mistral_api_key_here | |
| MISTRAL_MODEL=mistral-small-latest | |
| # API do Gemini (Fallback) | |
| GEMINI_API_KEY=your_gemini_api_key_here | |
| GEMINI_MODEL=gemini-1.5-flash | |
| # Porta do servidor | |
| PORT=5000 |