randydev commited on
Commit
f6e09d2
·
verified ·
1 Parent(s): 6b006e9

Update googleGemini.js

Browse files
Files changed (1) hide show
  1. 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");