mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-05-30 01:20:22 +09:00
fix: #324
This commit is contained in:
parent
9441c96421
commit
2e0a7db57d
@ -215,7 +215,7 @@ export class ClaudeApi implements LLMApi {
|
||||
|
||||
if (shouldStream) {
|
||||
let index = -1;
|
||||
const [tools, funcs] = [{}, {}];
|
||||
const [tools, funcs] = [[], {}];
|
||||
// const [tools, funcs] = usePluginStore
|
||||
// .getState()
|
||||
// .getAsTools(
|
||||
|
Loading…
Reference in New Issue
Block a user