data_analysis_env / .env.example
HimanshuSardana2's picture
fix: handle async client and None reward values
5e73079
raw
history blame contribute delete
441 Bytes
# OpenEnv Environment Variables
# Copy this to .env and fill in your values
# Required - Hugging Face API Key
HF_TOKEN=your_huggingface_token_here
# Required - LLM Configuration
API_BASE_URL=https://router.huggingface.co/v1
MODEL_NAME=Qwen/Qwen2.5-72B-Instruct
# Optional - Environment URL (defaults to localhost)
ENV_URL=http://localhost:8000
# Optional - For local testing without Docker
OPENAI_API_KEY=your_openai_key_if_using_openai