mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-06-08 05:40:38 +09:00
fix: fix build
This commit is contained in:
parent
2e0a7db57d
commit
6385ba2c64
@ -215,7 +215,8 @@ export class ClaudeApi implements LLMApi {
|
|||||||
|
|
||||||
if (shouldStream) {
|
if (shouldStream) {
|
||||||
let index = -1;
|
let index = -1;
|
||||||
const [tools, funcs] = [[], {}];
|
const tools = [] as any;
|
||||||
|
const funcs = {};
|
||||||
// const [tools, funcs] = usePluginStore
|
// const [tools, funcs] = usePluginStore
|
||||||
// .getState()
|
// .getState()
|
||||||
// .getAsTools(
|
// .getAsTools(
|
||||||
|
Loading…
Reference in New Issue
Block a user