mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-18 06:17:06 +00:00
fix: mode name
This commit is contained in:
parent
83fe85d68b
commit
2ae751e6e7
1 changed files with 3 additions and 3 deletions
|
|
@ -28,10 +28,10 @@ export class ChatGPTMarkdownHandler extends plugin {
|
|||
function transUse (use) {
|
||||
let useMap = {
|
||||
api: Config.model,
|
||||
bing: '必应(Copilot)',
|
||||
bing: '必应(Copilot)' + Config.toneStyle,
|
||||
gemini: Config.geminiModel,
|
||||
xh: '讯飞星火',
|
||||
qwen: '同义千问',
|
||||
xh: '讯飞星火 ' + Config.xhmode,
|
||||
qwen: '通义千问 ' + Config.qwenModel,
|
||||
claude2: 'Claude 3 Sonnet',
|
||||
glm4: 'ChatGLM4',
|
||||
chat3: 'ChatGPT官网'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue