Skip to content

Commit 5f08736

Browse files
Run lint, remove unnecessary line
1 parent 2b709da commit 5f08736

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

server/utils/agents/aibitat/plugins/web-browsing.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ const webBrowsing = {
162162
const { response, error } = await fetch(url, {
163163
method: "GET",
164164
headers: {
165-
"Authorization": `Bearer ${process.env.AGENT_SEARCHAPI_API_KEY}`,
165+
Authorization: `Bearer ${process.env.AGENT_SEARCHAPI_API_KEY}`,
166166
"Content-Type": "application/json",
167167
"X-SearchApi-Source": "AnythingLLM",
168168
},
@@ -197,7 +197,6 @@ const webBrowsing = {
197197
snippet,
198198
});
199199
});
200-
console.log (data);
201200

202201
if (data.length === 0)
203202
return `No information was found online for the search query.`;

0 commit comments

Comments
 (0)