feat: Reposition ocoolAI provider in LLM store configuration
This commit is contained in:
parent
cec5eb3989
commit
762c3d4950
@ -43,6 +43,16 @@ const initialState: LlmState = {
|
|||||||
isSystem: true,
|
isSystem: true,
|
||||||
enabled: false
|
enabled: false
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
id: 'ocoolai',
|
||||||
|
name: 'ocoolAI',
|
||||||
|
type: 'openai',
|
||||||
|
apiKey: '',
|
||||||
|
apiHost: 'https://one.ooo.cool',
|
||||||
|
models: SYSTEM_MODELS.ocoolai,
|
||||||
|
isSystem: true,
|
||||||
|
enabled: false
|
||||||
|
},
|
||||||
{
|
{
|
||||||
id: 'deepseek',
|
id: 'deepseek',
|
||||||
name: 'deepseek',
|
name: 'deepseek',
|
||||||
@ -104,16 +114,6 @@ const initialState: LlmState = {
|
|||||||
isSystem: true,
|
isSystem: true,
|
||||||
enabled: false
|
enabled: false
|
||||||
},
|
},
|
||||||
{
|
|
||||||
id: 'ocoolai',
|
|
||||||
name: 'ocoolAI',
|
|
||||||
type: 'openai',
|
|
||||||
apiKey: '',
|
|
||||||
apiHost: 'https://one.ooo.cool',
|
|
||||||
models: SYSTEM_MODELS.ocoolai,
|
|
||||||
isSystem: true,
|
|
||||||
enabled: false
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: 'github',
|
id: 'github',
|
||||||
name: 'Github Models',
|
name: 'Github Models',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user