Skip to content

Commit

Permalink
Mention Google
Browse files Browse the repository at this point in the history
  • Loading branch information
enricoros committed Jun 28, 2023
1 parent f35545a commit 87d9309
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/aifn/react/react.ts
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ async function search(query: string): Promise<string> {
return JSON.stringify(data);
} catch (error) {
console.error('Error fetching search results:', error);
return 'An error occurred while searching the internet. Missing API Key?';
return 'An error occurred while searching the internet. Missing Google API Key?';
}
}

Expand Down

0 comments on commit 87d9309

Please sign in to comment.