Spaces:
Running
Running
Update aiEngine.js
Browse files- 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');
|