@@ -281,11 +281,11 @@ export const Models = {
281
281
bingFree4 : { value : '' , desc : 'Bing (Web, GPT-4)' } ,
282
282
bingFreeSydney : { value : '' , desc : 'Bing (Web, GPT-4, Sydney)' } ,
283
283
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 )' } ,
286
286
moonshotWebFreeK15Think : {
287
287
value : 'k1.5-thinking' ,
288
- desc : 'Kimi.Moonshot (Web k1.5 Thinking, 100k )' ,
288
+ desc : 'Kimi.Moonshot (Web k1.5 Thinking, 128k )' ,
289
289
} ,
290
290
291
291
bardWebFree : { value : '' , desc : 'Gemini (Web)' } ,
@@ -468,11 +468,11 @@ export const defaultConfig = {
468
468
modelMode : 'balanced' ,
469
469
470
470
customModelApiUrl : 'http://localhost:8000/v1/chat/completions' ,
471
- customModelName : 'gpt-3.5-turbo ' ,
471
+ customModelName : 'gpt-4.1 ' ,
472
472
githubThirdPartyUrl : 'http://127.0.0.1:3000/conversation' ,
473
473
474
474
ollamaEndpoint : 'http://127.0.0.1:11434' ,
475
- ollamaModelName : 'llama3.1 ' ,
475
+ ollamaModelName : 'llama4 ' ,
476
476
ollamaApiKey : '' ,
477
477
ollamaKeepAliveTime : '5m' ,
478
478
@@ -506,17 +506,14 @@ export const defaultConfig = {
506
506
// If it were directly written into customApiModes, the value would become fixed, even if the user has not made any customizations.
507
507
activeApiModes : [
508
508
'chatgptFree35' ,
509
- 'chatgptFree4o' ,
510
- 'chatgptApi35' ,
511
- 'chatgptApi4o_128k' ,
512
509
'claude2WebFree' ,
513
- 'claude35SonnetApi' ,
514
- 'bingFree4' ,
515
510
'moonshotWebFree' ,
516
- 'moonshot_v1_8k' ,
517
- 'chatglmTurbo' ,
511
+ 'ollamaModel' ,
518
512
'customModel' ,
519
513
'azureOpenAi' ,
514
+ 'openRouter_anthropic_claude_sonnet4' ,
515
+ 'openRouter_google_gemini_2_5_pro' ,
516
+ 'openRouter_openai_o3' ,
520
517
] ,
521
518
customApiModes : [
522
519
{
@@ -529,7 +526,7 @@ export const defaultConfig = {
529
526
active : false ,
530
527
} ,
531
528
] ,
532
- activeSelectionTools : [ 'translate' , 'summary' , 'polish' , 'code' , 'ask' ] ,
529
+ activeSelectionTools : [ 'translate' , 'translateToEn' , ' summary', 'polish' , 'code' , 'ask' ] ,
533
530
customSelectionTools : [
534
531
{
535
532
name : '' ,
0 commit comments