Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -20,7 +20,7 @@ used_model = "gemini-2.5-pro-exp-03-25"
|
|
| 20 |
# we will be using the Gemini 2.0 Flash model with Thinking capabilities
|
| 21 |
model = genai.GenerativeModel("gemini-2.0-flash-thinking-exp-01-21")
|
| 22 |
|
| 23 |
-
print(f"add model {used_model}
|
| 24 |
|
| 25 |
def format_chat_history(messages: list) -> list:
|
| 26 |
print("\nstart format history")
|
|
|
|
| 20 |
# we will be using the Gemini 2.0 Flash model with Thinking capabilities
|
| 21 |
model = genai.GenerativeModel("gemini-2.0-flash-thinking-exp-01-21")
|
| 22 |
|
| 23 |
+
print(f"add model {used_model} complete\n")
|
| 24 |
|
| 25 |
def format_chat_history(messages: list) -> list:
|
| 26 |
print("\nstart format history")
|