mirror of
https://github.com/Yanyutin753/ChatGPT-Next-Web-LangChain-Gpt-4-All.git
synced 2025-10-17 08:38:29 +00:00
chore: remove log
This commit is contained in:
@@ -243,7 +243,6 @@ export class AgentApi {
|
||||
});
|
||||
}
|
||||
if (process.env.GOOGLE_CSE_ID && process.env.GOOGLE_API_KEY) {
|
||||
console.log("use googleCustomSearchTool");
|
||||
let googleCustomSearchTool = new langchainTools["GoogleCustomSearch"]();
|
||||
searchTool = new DynamicTool({
|
||||
name: "google_custom_search",
|
||||
|
Reference in New Issue
Block a user