Spaces:
Running
Running
Update aiEngine.js
Browse files- aiEngine.js +1 -1
aiEngine.js
CHANGED
|
@@ -58,7 +58,7 @@ export const AIEngine = {
|
|
| 58 |
* Uses Flash Model (Fast) + Image Support
|
| 59 |
*/
|
| 60 |
callWorker: async (history, input, images = []) => {
|
| 61 |
-
const modelId = 'gemini-3-pro-preview';
|
| 62 |
const config = {
|
| 63 |
thinkingConfig: { thinkingLevel: 'HIGH' },
|
| 64 |
tools: [{ googleSearch: {} }],
|
|
|
|
| 58 |
* Uses Flash Model (Fast) + Image Support
|
| 59 |
*/
|
| 60 |
callWorker: async (history, input, images = []) => {
|
| 61 |
+
const modelId = "gemini-3-flash-preview"; // 'gemini-3-pro-preview';
|
| 62 |
const config = {
|
| 63 |
thinkingConfig: { thinkingLevel: 'HIGH' },
|
| 64 |
tools: [{ googleSearch: {} }],
|