fix: 将 iflow 配置中的 providerType 更正为 openai-iflow
原 providerType 'openai-iflow-oauth' 与后端定义不匹配,导致上传配置时提供商识别错误。统一使用 'openai-iflow' 以确保前后端一致。
This commit is contained in:
parent
cbab1c3b5e
commit
9ab39d0a9c
1 changed files with 1 additions and 1 deletions
|
|
@ -852,7 +852,7 @@ function detectProviderFromPath(filePath) {
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
patterns: ['configs/iflow/', '/iflow/'],
|
patterns: ['configs/iflow/', '/iflow/'],
|
||||||
providerType: 'openai-iflow-oauth',
|
providerType: 'openai-iflow',
|
||||||
displayName: 'OpenAI iFlow OAuth',
|
displayName: 'OpenAI iFlow OAuth',
|
||||||
shortName: 'iflow-oauth'
|
shortName: 'iflow-oauth'
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue