everydaycats commited on
Commit
1f3ba27
·
verified ·
1 Parent(s): 0095bf6

Update aiEngine.js

Browse files
Files changed (1) hide show
  1. aiEngine.js +3 -1
aiEngine.js CHANGED
@@ -1,7 +1,9 @@
1
  // aiEngine.js
2
  import { GoogleGenAI } from '@google/genai';
3
- import dotenv from 'dotenv';
 
4
  dotenv.config();
 
5
 
6
  const genAI = new GoogleGenAI({ apiKey: process.env.GEMINI_API_KEY });
7
 
 
1
  // aiEngine.js
2
  import { GoogleGenAI } from '@google/genai';
3
+
4
+ /* import dotenv from 'dotenv';
5
  dotenv.config();
6
+ */
7
 
8
  const genAI = new GoogleGenAI({ apiKey: process.env.GEMINI_API_KEY });
9