RowRed commited on
Commit
7225bc2
·
verified ·
1 Parent(s): 22c5381

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -50,7 +50,7 @@ Route prompts to appropriate LLM tiers based on predicted complexity:
50
  | 2 (Moderate) | Complex reasoning, deep knowledge required | Strong model |
51
  | 3 (Complex) | Very complex reasoning, niche expertise | Frontier API model |
52
 
53
- **Recommended routing strategy:** Group levels **0 and 1** together (fast/cheap tier), level 2 as standard, level 3 as premium. The model achieves **92.5% adjacent accuracy** on my test, meaning it rarely misroutes by more than one tier.
54
 
55
  ### Out‑of‑Scope Use
56
 
 
50
  | 2 (Moderate) | Complex reasoning, deep knowledge required | Strong model |
51
  | 3 (Complex) | Very complex reasoning, niche expertise | Frontier API model |
52
 
53
+ **Recommended routing strategy:** Group levels **0 and 1** together (fast/cheap tier), level 2 as standard, level 3 as premium. The model achieves **93.0% adjacent accuracy** on my test, meaning it rarely misroutes by more than one tier.
54
 
55
  ### Out‑of‑Scope Use
56