1
0

[claude] Document and validate AirLLM Apple Silicon requirements (#1284) (#1298)

This commit is contained in:
2026-03-24 01:52:16 +00:00
parent fc0a94202f
commit 00ef4fbd22
5 changed files with 178 additions and 3 deletions

View File

@@ -94,8 +94,9 @@ class Settings(BaseSettings):
# ── Backend selection ────────────────────────────────────────────────────
# "ollama" — always use Ollama (default, safe everywhere)
# "airllm" — AirLLM layer-by-layer loading (Apple Silicon only; degrades to Ollama)
# "auto" — pick best available local backend, fall back to Ollama
timmy_model_backend: Literal["ollama", "grok", "claude", "auto"] = "ollama"
timmy_model_backend: Literal["ollama", "airllm", "grok", "claude", "auto"] = "ollama"
# ── Grok (xAI) — opt-in premium cloud backend ────────────────────────
# Grok is a premium augmentation layer — local-first ethos preserved.