fix: StepFun -> Stepfun (#5636)

This commit is contained in:
Seefs
2026-06-21 12:20:14 +08:00
committed by GitHub
parent 1f1da5536b
commit 0b7ae4ea79
@@ -104,7 +104,7 @@ function resolveModelProvider(modelName: string): ModelProvider | null {
return { icon: 'InternLM.Color', label: 'InternLM' }
}
if (hasAny(['step-'])) {
return { icon: 'StepFun.Color', label: 'StepFun' }
return { icon: 'Stepfun.Color', label: 'StepFun' }
}
if (hasAny(['yi-'])) {
return { icon: 'Yi.Color', label: 'Yi' }