mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2025-12-22 00:13:09 +08:00
feat: Add ModelScope provider to LLM providers list
This commit is contained in:
parent
caa473639c
commit
007e6419ba
@ -970,6 +970,16 @@ const migrateConfig = {
|
|||||||
}
|
}
|
||||||
|
|
||||||
state.llm.providers.push(
|
state.llm.providers.push(
|
||||||
|
{
|
||||||
|
id: 'modelscope',
|
||||||
|
name: 'ModelScope',
|
||||||
|
type: 'openai',
|
||||||
|
apiKey: '',
|
||||||
|
apiHost: 'https://api-inference.modelscope.cn/v1/',
|
||||||
|
models: SYSTEM_MODELS.modelscope,
|
||||||
|
isSystem: true,
|
||||||
|
enabled: false
|
||||||
|
},
|
||||||
{
|
{
|
||||||
id: 'lmstudio',
|
id: 'lmstudio',
|
||||||
name: 'LM Studio',
|
name: 'LM Studio',
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user