Validator FastAgent Config updates
All checks were successful
CVE Scan & Docker Build / security-scan (push) Successful in 1m15s
CVE Scan & Docker Build / build-and-push (push) Successful in 48s

This commit is contained in:
2026-05-12 15:19:36 -04:00
parent d8b07975dd
commit 673b7bcffc
2 changed files with 12 additions and 8 deletions

View File

@@ -4,10 +4,11 @@
# gitignored; the .yaml.example is committed.
# ── LLM provider keys ───────────────────────────────────────────────────────
# Local llama.cpp doesn't authenticate, but fast-agent requires the key field
# to be present. "0000" or any non-empty string is fine.
openai:
api_key: "0000"
# Local llama.cpp on Nyx is served via fast-agent's Generic provider
# (fastagent.config.yaml: `default_model: generic.…`). The Generic provider
# injects "ollama" as a placeholder key automatically, so no explicit entry
# is needed here. If you later point `default_model` at a cloud OpenAI model,
# add an `openai.api_key` stanza.
# ── MCP server bearer tokens ────────────────────────────────────────────────
mcp: