Skip to content

Commit 44f456c

Browse files
wizard: cost-optimized routing uses cerebras/llama-3.1-70b (match template)
templates/config/cost-optimized.yaml uses llama-3.1-70b in all three places (classification, triage model, compress_model). The wizard was emitting llama-3.3-70b. Align. Co-Authored-By: Rob <onerobby@gmail.com>
1 parent 3cb2114 commit 44f456c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/wizard/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -488,7 +488,7 @@ <h1>Hermes Config Wizard</h1>
488488
if (persona === 'cost-optimized') {
489489
lines.push(`routing:`);
490490
lines.push(` rules:`);
491-
lines.push(` - { when: "task.type == 'classify'", use: "cerebras/llama-3.3-70b" }`);
491+
lines.push(` - { when: "task.type == 'classify'", use: "cerebras/llama-3.1-70b" }`);
492492
lines.push(` - { when: "context.tokens > 200000", use: "google/gemini-2.5-pro" }`);
493493
lines.push(` - { when: "task.type == 'code'", use: "moonshot/kimi-k2.5" }`);
494494
lines.push(` - { when: "task.explicit_opt_in == 'sonnet'", use: "anthropic/claude-sonnet-4-5" }`);

0 commit comments

Comments
 (0)