Update googleGemini.js
Browse files- googleGemini.js +1 -1
googleGemini.js
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
import { GoogleGenerativeAI } from "@google/generative-ai";
|
2 |
|
3 |
-
import * as config from './config.js'
|
4 |
|
5 |
if (!config.GoogleAPIKey) {
|
6 |
throw new Error("Missing variable: GOOGLE_API_KEY");
|
|
|
1 |
import { GoogleGenerativeAI } from "@google/generative-ai";
|
2 |
|
3 |
+
import * as config from './config.js';
|
4 |
|
5 |
if (!config.GoogleAPIKey) {
|
6 |
throw new Error("Missing variable: GOOGLE_API_KEY");
|