mgokg commited on
Commit
a4bb38a
·
verified ·
1 Parent(s): 888856a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -3
app.py CHANGED
@@ -48,9 +48,6 @@ def generate(input_text):
48
  ]
49
  generate_content_config = types.GenerateContentConfig(
50
  temperature=0.35,
51
- thinking_config=types.ThinkingConfig(
52
- thinking_level="HIGH",
53
- ),
54
  tools=tools,
55
  )
56
 
 
48
  ]
49
  generate_content_config = types.GenerateContentConfig(
50
  temperature=0.35,
 
 
 
51
  tools=tools,
52
  )
53