mirror of
https://github.com/ikechan8370/chatgpt-plugin.git
synced 2025-12-17 13:57:10 +00:00
fix: 增加均衡模式
This commit is contained in:
parent
b822e49d9a
commit
a4d07b9d46
6 changed files with 96 additions and 107 deletions
|
|
@ -228,6 +228,7 @@ export class QwenApi {
|
|||
}
|
||||
result.detail = response
|
||||
result.text = response.output.choices[0].message.content
|
||||
result.conversation = messages
|
||||
return resolve(result)
|
||||
} catch (err) {
|
||||
return reject(err)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue