Initial commit: local SQL expert AI (Ollama + CLI + prompts + systemd timer)

This commit is contained in:
2026-01-27 21:30:15 +01:00
commit 394edc1709
18 changed files with 574 additions and 0 deletions

11
.env.example Normal file
View 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