Spaces:
Running
Running
Update aiEngine.js
Browse files- aiEngine.js +1 -1
aiEngine.js
CHANGED
|
@@ -61,7 +61,7 @@ export const AIEngine = {
|
|
| 61 |
const modelId = "gemini-3-flash-preview"; // 'gemini-3-pro-preview';
|
| 62 |
const config = {
|
| 63 |
thinkingConfig: { thinkingLevel: 'HIGH' },
|
| 64 |
-
tools: [{ googleSearch: {} }],
|
| 65 |
systemInstruction: {
|
| 66 |
parts: [{ text: prompts.worker_system_prompt }]
|
| 67 |
}
|
|
|
|
| 61 |
const modelId = "gemini-3-flash-preview"; // 'gemini-3-pro-preview';
|
| 62 |
const config = {
|
| 63 |
thinkingConfig: { thinkingLevel: 'HIGH' },
|
| 64 |
+
// tools: [{ googleSearch: {} }],
|
| 65 |
systemInstruction: {
|
| 66 |
parts: [{ text: prompts.worker_system_prompt }]
|
| 67 |
}
|