Initial commit: local SQL expert AI (Ollama + CLI + prompts + systemd timer)
This commit is contained in:
11
.env.example
Normal file
11
.env.example
Normal file
@@ -0,0 +1,11 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user