Spaces:
Running
Running
File size: 704 Bytes
b67af4a |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
# Copy this file to .env and uncomment/modify the variables you need.
# 1. HUGGING FACE CONFIGURATION (RECOMMENDED)
# For Hugging Face usage: Only HF_TOKEN is required or set it in UI
HF_TOKEN=your_huggingface_token_here
MODEL_ID=Qwen/Qwen3-Coder-480B-A35B-Instruct
# MODEL_ID=Qwen/Qwen3-Coder-30B-A3B-Instruct
# MODEL_ID=Qwen/Qwen2.5-Coder-32B-Instruct
# 2. OLLAMA CONFIGURATION (LOCAL MODELS)
# For Ollama usage: Uncomment MODEL_ID, OPENAI_API_BASE, and OPENAI_API_KEY
# This project uses OpenAI-compatible variables for Ollama integration
# MODEL_ID=qwen2.5-coder:7b # replace with any model (qwen2.5-coder:32b is recommended)
# OPENAI_API_BASE=http://localhost:11434/v1
# OPENAI_API_KEY=ollama
|