mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-16 13:27:08 +00:00
fix: md claude model
This commit is contained in:
parent
b4e017a69d
commit
3be095785a
1 changed files with 2 additions and 1 deletions
|
|
@ -34,7 +34,8 @@ function transUse (use) {
|
|||
qwen: '通义千问 ' + Config.qwenModel,
|
||||
claude2: 'Claude 3 Sonnet',
|
||||
glm4: 'ChatGLM4',
|
||||
chat3: 'ChatGPT官网'
|
||||
chat3: 'ChatGPT官网',
|
||||
claude: Config.claudeApiKey
|
||||
}
|
||||
return useMap[use] || use
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue