Spaces:
Sleeping
Sleeping
Upload folder using huggingface_hub
Browse files
app1.py
CHANGED
|
@@ -227,7 +227,7 @@ def chat(message: str, history: List[Dict[str, str]]) -> str:
|
|
| 227 |
|
| 228 |
while True:
|
| 229 |
response = gemini.chat.completions.create(
|
| 230 |
-
model="gemini-2.0-flash
|
| 231 |
messages=messages,
|
| 232 |
tools=TOOLS,
|
| 233 |
)
|
|
|
|
| 227 |
|
| 228 |
while True:
|
| 229 |
response = gemini.chat.completions.create(
|
| 230 |
+
model="gemini-2.0-flash",
|
| 231 |
messages=messages,
|
| 232 |
tools=TOOLS,
|
| 233 |
)
|