mirror of
https://github.com/Yidadaa/ChatGPT-Next-Web.git
synced 2025-08-08 16:51:54 +08:00
remove no need code
This commit is contained in:
@@ -205,7 +205,6 @@ export class ClaudeApi implements LLMApi {
|
||||
.getAsTools(
|
||||
useChatStore.getState().currentSession().mask?.plugin as string[],
|
||||
);
|
||||
console.log("getAsTools", tools, funcs);
|
||||
return stream(
|
||||
path,
|
||||
requestBody,
|
||||
|
@@ -127,7 +127,6 @@ export class MoonshotApi implements LLMApi {
|
||||
.getAsTools(
|
||||
useChatStore.getState().currentSession().mask?.plugin as string[],
|
||||
);
|
||||
console.log("getAsTools", tools, funcs);
|
||||
return stream(
|
||||
chatPath,
|
||||
requestPayload,
|
||||
|
Reference in New Issue
Block a user