Spaces:
Sleeping
Sleeping
Update aiEngine.js
Browse files- 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 |
-
|
| 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 |
},
|