mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-24 00:52:24 +00:00
test(auto-router): preserve classifier literal in context fixture
Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
This commit is contained in:
parent
afde938a67
commit
a30e0d14ea
1 changed files with 1 additions and 1 deletions
|
|
@ -258,7 +258,7 @@ describe("buildUpdatedComplexityRouterConfig keyword matching", () => {
|
|||
|
||||
const STORED_LLM = {
|
||||
tiers: { SIMPLE: ["gpt-4o-mini"], MEDIUM: [], COMPLEX: [], REASONING: [] },
|
||||
classifier_type: "llm",
|
||||
classifier_type: "llm" as const,
|
||||
classifier_llm_config: { model: "gpt-4o-mini", timeout_ms: 3000, reasoning_effort: "low" },
|
||||
classifier_context_window_size: 5,
|
||||
classifier_context_per_turn_chars: 300,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue