diff --git a/src/App.tsx b/src/App.tsx index 371db46..f4d2348 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -34,7 +34,7 @@ const ORCAROUTER_DEFAULT_MODELS = [ "orcarouter/auto", "deepseek/deepseek-v4-pro", "deepseek/deepseek-v4-flash", - "qwen/qianwen-3.8", + "qwen/qwen3.8-max", ]; type Provider = "ollama" | "orcarouter";