# Copy this file to .env and uncomment/modify the variables you need. | |
# NOTES: | |
# 1. For Hugging Face usage: Only HF_TOKEN is required or set in UI | |
# 2. For Ollama usage: Uncomment MODEL_ID, OPENAI_API_BASE, and OPENAI_API_KEY | |
# HUGGING FACE CONFIGURATION (RECOMMENDED) | |
HF_TOKEN=your_huggingface_token_here | |
MODEL_ID=Qwen/Qwen2.5-Coder-32B-Instruct | |
# OLLAMA CONFIGURATION (LOCAL MODELS) | |
# To use Ollama with local models, uncomment and configure these variables: | |
# This uses OpenAI-compatible variables for Ollama integration | |
# MODEL_ID=qwen2.5-coder:7b # replace with any model (qwen2.5-coder is recommended) | |
# OPENAI_API_BASE=http://localhost:11434/v1 | |
# OPENAI_API_KEY=ollama | |