Files
jr-sql-ai/.env.example

12 lines
317 B
Plaintext

# Base model to pull and use for the expert model
BASE_MODEL=qwen2.5-coder:14b
# Optional: space-separated list of extra models to pull
EXTRA_MODELS=sqlcoder
# Name of your custom expert model (built from Modelfile)
EXPERT_MODEL=jr-sql-expert
# Ollama API endpoint (host network)
OLLAMA_URL=http://127.0.0.1:11434