Spaces:
Sleeping
Sleeping
Update aiEngine.js
Browse files- aiEngine.js +3 -1
aiEngine.js
CHANGED
|
@@ -1,7 +1,9 @@
|
|
| 1 |
// aiEngine.js
|
| 2 |
import { GoogleGenAI } from '@google/genai';
|
| 3 |
-
|
|
|
|
| 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 |
|