From a9987a1bdc0178a7dec2efcaf420a582e1c395ad Mon Sep 17 00:00:00 2001 From: EMRG Evolution Date: Wed, 22 Jul 2026 23:41:50 +0800 Subject: [PATCH] emrg: document model field in Agent.md [[llm.models]] examples Adds comment explaining that the model field is the API model name and defaults to name if not set. Aligns Agent.md with the config template (config.py) and install.sh template. --- Agent.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Agent.md b/Agent.md index dc9a249d..a899916a 100644 --- a/Agent.md +++ b/Agent.md @@ -78,7 +78,8 @@ temperature = 0.7 context_window = 131072 auto_compact_threshold = 0.0 -# Additional models for /model switching (optional) +# Additional models for /model switching (optional — add or remove as needed) +# model: API model name (optional — defaults to name if not set) [[llm.models]] name = "deepseek-v3" model = "deepseek-chat"