mirror of
https://github.com/enricoros/big-AGI.git
synced 2026-05-10 21:50:14 -07:00
Mention Google
This commit is contained in:
@@ -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?';
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user