everydaycats commited on
Commit
8a9ee13
·
verified ·
1 Parent(s): 633492b

Update aiEngine.js

Browse files
Files changed (1) hide show
  1. aiEngine.js +1 -0
aiEngine.js CHANGED
@@ -1,6 +1,7 @@
1
  import { GoogleGenAI } from '@google/genai';
2
  import fs from 'fs';
3
  import path from 'path';
 
4
 
5
  // Load prompts safely
6
  const promptsPath = path.resolve('./prompts.json');
 
1
  import { GoogleGenAI } from '@google/genai';
2
  import fs from 'fs';
3
  import path from 'path';
4
+ import mime from 'mime';
5
 
6
  // Load prompts safely
7
  const promptsPath = path.resolve('./prompts.json');