mirror of
https://github.com/Yidadaa/ChatGPT-Next-Web.git
synced 2025-08-08 06:46:56 +08:00
claude support function call
This commit is contained in:
@@ -334,7 +334,7 @@ export function stream(
|
||||
remainText += chunk;
|
||||
}
|
||||
} catch (e) {
|
||||
console.error("[Request] parse error", text, msg);
|
||||
console.error("[Request] parse error", text, msg, e);
|
||||
}
|
||||
},
|
||||
onclose() {
|
||||
|
Reference in New Issue
Block a user