Skip to content

Commit 6e56201

Browse files
committed
update default configs
1 parent 1aabe15 commit 6e56201

File tree

1 file changed

+10
-13
lines changed

1 file changed

+10
-13
lines changed

src/config/index.mjs

Lines changed: 10 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -281,11 +281,11 @@ export const Models = {
281281
bingFree4: { value: '', desc: 'Bing (Web, GPT-4)' },
282282
bingFreeSydney: { value: '', desc: 'Bing (Web, GPT-4, Sydney)' },
283283

284-
moonshotWebFree: { value: 'k2', desc: 'Kimi.Moonshot (Web k2, 100k)' },
285-
moonshotWebFreeK15: { value: 'k1.5', desc: 'Kimi.Moonshot (Web k1.5, 100k)' },
284+
moonshotWebFree: { value: 'k2', desc: 'Kimi.Moonshot (Web k2, 128K)' },
285+
moonshotWebFreeK15: { value: 'k1.5', desc: 'Kimi.Moonshot (Web k1.5, 128k)' },
286286
moonshotWebFreeK15Think: {
287287
value: 'k1.5-thinking',
288-
desc: 'Kimi.Moonshot (Web k1.5 Thinking, 100k)',
288+
desc: 'Kimi.Moonshot (Web k1.5 Thinking, 128k)',
289289
},
290290

291291
bardWebFree: { value: '', desc: 'Gemini (Web)' },
@@ -468,11 +468,11 @@ export const defaultConfig = {
468468
modelMode: 'balanced',
469469

470470
customModelApiUrl: 'http://localhost:8000/v1/chat/completions',
471-
customModelName: 'gpt-3.5-turbo',
471+
customModelName: 'gpt-4.1',
472472
githubThirdPartyUrl: 'http://127.0.0.1:3000/conversation',
473473

474474
ollamaEndpoint: 'http://127.0.0.1:11434',
475-
ollamaModelName: 'llama3.1',
475+
ollamaModelName: 'llama4',
476476
ollamaApiKey: '',
477477
ollamaKeepAliveTime: '5m',
478478

@@ -506,17 +506,14 @@ export const defaultConfig = {
506506
// If it were directly written into customApiModes, the value would become fixed, even if the user has not made any customizations.
507507
activeApiModes: [
508508
'chatgptFree35',
509-
'chatgptFree4o',
510-
'chatgptApi35',
511-
'chatgptApi4o_128k',
512509
'claude2WebFree',
513-
'claude35SonnetApi',
514-
'bingFree4',
515510
'moonshotWebFree',
516-
'moonshot_v1_8k',
517-
'chatglmTurbo',
511+
'ollamaModel',
518512
'customModel',
519513
'azureOpenAi',
514+
'openRouter_anthropic_claude_sonnet4',
515+
'openRouter_google_gemini_2_5_pro',
516+
'openRouter_openai_o3',
520517
],
521518
customApiModes: [
522519
{
@@ -529,7 +526,7 @@ export const defaultConfig = {
529526
active: false,
530527
},
531528
],
532-
activeSelectionTools: ['translate', 'summary', 'polish', 'code', 'ask'],
529+
activeSelectionTools: ['translate', 'translateToEn', 'summary', 'polish', 'code', 'ask'],
533530
customSelectionTools: [
534531
{
535532
name: '',

0 commit comments

Comments
 (0)