everydaycats commited on
Commit
a629af4
·
verified ·
1 Parent(s): 83b38ba

Update aiEngine.js

Browse files
Files changed (1) hide show
  1. 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: {} }],