mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-11-11 19:53:47 +08:00
refactor: 恢复runtime代码,去除调试console代码
This commit is contained in:
@@ -108,7 +108,6 @@ export class QwenApi implements LLMApi {
|
||||
speed: options.speed,
|
||||
response_format: options.response_format,
|
||||
};
|
||||
console.log("[Request] alibaba speech payload: ", requestPayload);
|
||||
const controller = new AbortController();
|
||||
options.onController?.(controller);
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user