mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-17 05:47:11 +00:00
添加后台对话模式选项
This commit is contained in:
parent
8efcce45a0
commit
554f6a69f3
3 changed files with 32 additions and 7 deletions
|
|
@ -70,13 +70,29 @@
|
|||
"value": "xh"
|
||||
},
|
||||
{
|
||||
"label": "Slack Claude",
|
||||
"value": "claude"
|
||||
"label": "通义千问",
|
||||
"value": "qwen"
|
||||
},
|
||||
{
|
||||
"label": "Gemini",
|
||||
"value": "gemini"
|
||||
},
|
||||
{
|
||||
"label": "Slack Claude",
|
||||
"value": "claude"
|
||||
},
|
||||
{
|
||||
"label": "Claude2",
|
||||
"value": "claude2"
|
||||
},
|
||||
{
|
||||
"label": "ChatGLM4",
|
||||
"value": "chatglm4"
|
||||
},
|
||||
{
|
||||
"label": "ChatGLM",
|
||||
"value": "chatglm"
|
||||
},
|
||||
{
|
||||
"label": "Azure OpenAI",
|
||||
"value": "azure"
|
||||
|
|
@ -85,10 +101,6 @@
|
|||
"label": "ChatGPT API3",
|
||||
"value": "api3"
|
||||
},
|
||||
{
|
||||
"label": "ChatGLM",
|
||||
"value": "chatglm"
|
||||
},
|
||||
{
|
||||
"label": "浏览器",
|
||||
"value": "browser"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue