mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-16 21:37:11 +00:00
fix: 复用API和千问模式的设定
This commit is contained in:
parent
5cecea0783
commit
efa7fff574
1 changed files with 2 additions and 1 deletions
|
|
@ -157,7 +157,8 @@ export class help extends plugin {
|
||||||
const keyMap = {
|
const keyMap = {
|
||||||
api: 'promptPrefixOverride',
|
api: 'promptPrefixOverride',
|
||||||
Custom: 'sydney',
|
Custom: 'sydney',
|
||||||
claude: 'slackClaudeGlobalPreset'
|
claude: 'slackClaudeGlobalPreset',
|
||||||
|
qwen: 'promptPrefixOverride'
|
||||||
}
|
}
|
||||||
|
|
||||||
if (keyMap[use]) {
|
if (keyMap[use]) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue