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
|
|
@ -218,6 +218,7 @@ var QwenApi = /** @class */ (function () {
|
|||
}
|
||||
result.detail = response;
|
||||
result.text = response.output.choices[0].message.content;
|
||||
result.conversation = messages;
|
||||
return [2 /*return*/, resolve(result)];
|
||||
case 6:
|
||||
err_1 = _f.sent();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue