randydev commited on
Commit
1aa81a8
·
verified ·
1 Parent(s): 8a5ae92

Update routes/googleGemini.js

Browse files
Files changed (1) hide show
  1. routes/googleGemini.js +1 -1
routes/googleGemini.js CHANGED
@@ -1,6 +1,6 @@
1
  import { GoogleGenerativeAI } from "@google/generative-ai";
2
  import express from 'express';
3
- import * as config from './config.js';
4
 
5
  const GeminiRoutes = express.Router();
6
 
 
1
  import { GoogleGenerativeAI } from "@google/generative-ai";
2
  import express from 'express';
3
+ import * as config from '../config.js';
4
 
5
  const GeminiRoutes = express.Router();
6