Docfile commited on
Commit
8355eb9
·
verified ·
1 Parent(s): 82ae618

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -118,6 +118,7 @@ def solve():
118
 
119
  ],
120
  config=types.GenerateContentConfig(
 
121
  thinking_config=types.ThinkingConfig(
122
  include_thoughts=True
123
  )
@@ -177,6 +178,7 @@ def solved():
177
  {'inline_data': {'mime_type': 'image/png', 'data': img_str}},
178
  pp],
179
  config=types.GenerateContentConfig(
 
180
  thinking_config=types.ThinkingConfig(
181
  include_thoughts=True
182
  )
 
118
 
119
  ],
120
  config=types.GenerateContentConfig(
121
+ temperature=0.3,
122
  thinking_config=types.ThinkingConfig(
123
  include_thoughts=True
124
  )
 
178
  {'inline_data': {'mime_type': 'image/png', 'data': img_str}},
179
  pp],
180
  config=types.GenerateContentConfig(
181
+ temperature=0.3,
182
  thinking_config=types.ThinkingConfig(
183
  include_thoughts=True
184
  )