We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f46b2e3 commit 9ae5012Copy full SHA for 9ae5012
src/pages/aiAssistant/assistant.js
@@ -36,7 +36,7 @@ export default function openAIAssistantPage() {
36
let currentController = null;
37
let aiTabInstance;
38
39
- const GEMINI_API_KEY = "AIzaSyBuDDGk2HM5bH7TwuQwEvMeLvPtlFVCKsQ"; // Replace
+ const GEMINI_API_KEY = ""; // Replace
40
41
const searchTool = {
42
googleSearch: {},
0 commit comments