Update app.py
Browse files
app.py
CHANGED
@@ -32,7 +32,7 @@ if uploaded_file is not None:
|
|
32 |
|
33 |
mode = 'starting'
|
34 |
try:
|
35 |
-
|
36 |
model="gemini-2.0-flash-thinking-exp-01-21",
|
37 |
config={'thinking_config': {'include_thoughts': True}},
|
38 |
contents=[
|
|
|
32 |
|
33 |
mode = 'starting'
|
34 |
try:
|
35 |
+
responses = client.models.generate_content_stream(
|
36 |
model="gemini-2.0-flash-thinking-exp-01-21",
|
37 |
config={'thinking_config': {'include_thoughts': True}},
|
38 |
contents=[
|