Commit 0b7ae4ea by Seefs Committed by GitHub

fix: StepFun -> Stepfun (#5636)

parent 1f1da553
...@@ -104,7 +104,7 @@ function resolveModelProvider(modelName: string): ModelProvider | null { ...@@ -104,7 +104,7 @@ function resolveModelProvider(modelName: string): ModelProvider | null {
return { icon: 'InternLM.Color', label: 'InternLM' } return { icon: 'InternLM.Color', label: 'InternLM' }
} }
if (hasAny(['step-'])) { if (hasAny(['step-'])) {
return { icon: 'StepFun.Color', label: 'StepFun' } return { icon: 'Stepfun.Color', label: 'StepFun' }
} }
if (hasAny(['yi-'])) { if (hasAny(['yi-'])) {
return { icon: 'Yi.Color', label: 'Yi' } return { icon: 'Yi.Color', label: 'Yi' }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment