Spaces:
Runtime error
Runtime error
akashpatil8150 commited on
Commit ·
766760b
1
Parent(s): 02b1e1d
Fix: Use correct model name gemini-2.0-flash
Browse files
app.py
CHANGED
|
@@ -61,7 +61,7 @@ Tools: book_appointment(name,address,date,time), cancel_appointment(id)
|
|
| 61 |
|
| 62 |
Brief answers only.'''
|
| 63 |
|
| 64 |
-
MODEL_NAME = "gemini-
|
| 65 |
|
| 66 |
GENERATION_CONFIG = types.GenerateContentConfig(
|
| 67 |
temperature=0.2,
|
|
|
|
| 61 |
|
| 62 |
Brief answers only.'''
|
| 63 |
|
| 64 |
+
MODEL_NAME = "gemini-2.0-flash"
|
| 65 |
|
| 66 |
GENERATION_CONFIG = types.GenerateContentConfig(
|
| 67 |
temperature=0.2,
|