everydaycats commited on
Commit
557b22a
·
verified ·
1 Parent(s): 3733446

Update aiEngine.js

Browse files
Files changed (1) hide show
  1. aiEngine.js +4 -3
aiEngine.js CHANGED
@@ -111,10 +111,10 @@ export const AIEngine = {
111
 
112
  config: {
113
 
114
- thinkingConfig: {
115
  thinkingBudget: -1,
116
  },
117
-
118
  responseMimeType: "application/json",
119
  systemInstruction: { parts: [{ text: prompts.analyst_system_prompt }] }
120
  },
@@ -147,9 +147,10 @@ export const AIEngine = {
147
 
148
  config: {
149
 
150
- thinkingConfig: {
151
  thinkingBudget: -1,
152
  },
 
153
  responseMimeType: "application/json",
154
  systemInstruction: { parts: [{ text: prompts.analyst_system_prompt }] }
155
  },
 
111
 
112
  config: {
113
 
114
+ /*thinkingConfig: {
115
  thinkingBudget: -1,
116
  },
117
+ */
118
  responseMimeType: "application/json",
119
  systemInstruction: { parts: [{ text: prompts.analyst_system_prompt }] }
120
  },
 
147
 
148
  config: {
149
 
150
+ /* thinkingConfig: {
151
  thinkingBudget: -1,
152
  },
153
+ */
154
  responseMimeType: "application/json",
155
  systemInstruction: { parts: [{ text: prompts.analyst_system_prompt }] }
156
  },