Spaces:
Sleeping
Sleeping
| # Copy this file to .env for local development. | |
| # Do not commit real secrets. | |
| # LiteLLM settings. | |
| # Example models: | |
| # openai/gpt-4o-mini | |
| # anthropic/claude-3-5-sonnet-latest | |
| # gemini/gemini-2.0-flash | |
| LITELLM_MODEL= | |
| LITELLM_TEMPERATURE=0 | |
| LITELLM_API_KEY= | |
| LITELLM_API_BASE= | |
| # Provider keys are still read by LiteLLM when you call provider-backed models. | |
| # Set only the keys you need for your selected LITELLM_MODEL. | |
| OPENAI_API_KEY= | |
| ANTHROPIC_API_KEY= | |
| GEMINI_API_KEY= | |
| # Langfuse tracing | |
| LANGFUSE_PUBLIC_KEY= | |
| LANGFUSE_SECRET_KEY= | |
| LANGFUSE_HOST=https://cloud.langfuse.com | |
| # Optional assignment/runtime settings | |
| SPACE_ID= | |
| GAIA_API_URL=https://agents-course-unit4-scoring.hf.space | |