Spaces:
Sleeping
Sleeping
| OpenAI Configuration (choose ONE of the options below) | |
| # Option 1: Standard OpenAI | |
| OPENAI_API_KEY=sk-your-openai-api-key-here | |
| MODEL_NAME=gpt-4 | |
| # Option 2: Azure OpenAI | |
| AZURE_OPENAI_ENDPOINT=https://your-resource-name.openai.azure.com/ | |
| AZURE_OPENAI_API_KEY=your-azure-openai-api-key-here | |
| MODEL_NAME=gpt-4 # This should be your deployment name in Azure | |
| # Option 3: Custom Provider (e.g., Cerebras) | |
| PROVIDER_API_ENDPOINT=https://api.cerebras.ai/v1 | |
| PROVIDER_API_KEY=your-cerebras-api-key-here | |
| MODEL_NAME=llama3.1-70b | |
| # Phoenix Tracing (Optional) | |
| PHOENIX_API_KEY=your-phoenix-api-key-here | |
| PHOENIX_COLLECTOR_ENDPOINT=https://app.phoenix.arize.com/v1/traces | |
| # Modal Configuration (for sandbox execution) | |
| MODAL_TOKEN_ID=your-modal-token-id | |
| MODAL_TOKEN_SECRET=your-modal-token-secret | |
| # Hugging Face Token (Optional) | |
| HF_TOKEN=your-huggingface-token | |
| # TAVILY API KEY FOR WEB SEARCH | |
| TAVILY_API_KEY= |