nl-sql / .env.example
liovina's picture
Deploy NL_SQL HEAD to HF Space
942050b verified
Raw
History Blame Contribute Delete
911 Bytes
# Mistral La Plateforme (free tier)
# Create at: https://console.mistral.ai/api-keys/
MISTRAL_API_KEY=
# GitHub Models (frontier slot β€” needs fine-grained PAT with models:read scope)
# Create PAT at: https://github.com/settings/tokens?type=beta β€” pick "models:read" permission
GITHUB_TOKEN=
# Groq (default frontier slot β€” free tier, runs Llama 3.3 70B on LPU)
# Create at: https://console.groq.com/keys
GROQ_API_KEY=
# Ollama (local)
OLLAMA_BASE_URL=http://localhost:11434
# Provider routing (default models)
NL_SQL_DEFAULT_PROVIDER=mistral
NL_SQL_FRONTIER_PROVIDER=groq
NL_SQL_LOCAL_PROVIDER=ollama
NL_SQL_MISTRAL_GEN_MODEL=codestral-latest
NL_SQL_MISTRAL_NL_MODEL=mistral-large-latest
NL_SQL_MISTRAL_EMBED_MODEL=mistral-embed
NL_SQL_GITHUB_MODELS_MODEL=openai/gpt-4o-mini
NL_SQL_GROQ_MODEL=llama-3.3-70b-versatile
NL_SQL_OLLAMA_GEN_MODEL=qwen2.5-coder:7b-instruct
# Logging
NL_SQL_LOG_LEVEL=INFO