everydaytok commited on
Commit
e320b50
·
verified ·
1 Parent(s): bae29e3

Update aiEngine.js

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