Skip to content

Commit 82a5ca5

Browse files
committed
Update default chat presets and expand supported chatbot options
1 parent ca9d384 commit 82a5ca5

1 file changed

Lines changed: 5 additions & 44 deletions

File tree

packages/vscode/package.json

Lines changed: 5 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -603,16 +603,6 @@
603603
"codeWebChat.chatPresetsForEditContext": {
604604
"type": "array",
605605
"default": [
606-
{
607-
"name": "(0)",
608-
"chatbot": "AI Studio",
609-
"temperature": 0.5,
610-
"systemInstructions": "You're a helpful coding assistant."
611-
},
612-
{
613-
"name": "(1)",
614-
"chatbot": "Gemini"
615-
},
616606
{
617607
"name": "(2)",
618608
"chatbot": "ChatGPT"
@@ -622,42 +612,12 @@
622612
"chatbot": "Claude"
623613
},
624614
{
625-
"name": "(4)",
626-
"chatbot": "Grok"
627-
},
628-
{
629-
"name": "(5)",
630-
"chatbot": "Perplexity"
631-
},
632-
{
633-
"name": "(6)",
634-
"chatbot": "DeepSeek"
635-
},
636-
{
637-
"name": "(7)",
638-
"chatbot": "Qwen"
639-
},
640-
{
641-
"name": "(8)",
642-
"chatbot": "Yuanbao",
643-
"model": "deepseek"
644-
},
645-
{
646-
"name": "(9)",
647-
"chatbot": "Doubao"
648-
},
649-
{
650-
"name": "(10)",
651-
"chatbot": "Mistral"
652-
},
653-
{
654-
"name": "(11)",
655-
"chatbot": "HuggingChat"
615+
"name": "(1)",
616+
"chatbot": "Gemini"
656617
},
657618
{
658-
"name": "(12)",
659-
"chatbot": "Open WebUI",
660-
"port": 3000,
619+
"name": "(0)",
620+
"chatbot": "AI Studio",
661621
"temperature": 0.5,
662622
"systemInstructions": "You're a helpful coding assistant."
663623
}
@@ -686,6 +646,7 @@
686646
"Doubao",
687647
"Mistral",
688648
"HuggingChat",
649+
"Kimi",
689650
"Perplexity"
690651
],
691652
"description": "Choose among supported chatbots."

0 commit comments

Comments
 (0)