Update app.py
Browse files
app.py
CHANGED
|
@@ -46,7 +46,7 @@ def query_gemini(message, history):
|
|
| 46 |
|
| 47 |
# Generate response with conversation history
|
| 48 |
response = client.models.generate_content(
|
| 49 |
-
model="gemini-
|
| 50 |
contents=contents,
|
| 51 |
config=types.GenerateContentConfig(
|
| 52 |
tools=[
|
|
|
|
| 46 |
|
| 47 |
# Generate response with conversation history
|
| 48 |
response = client.models.generate_content(
|
| 49 |
+
model="gemini-flash-latest",
|
| 50 |
contents=contents,
|
| 51 |
config=types.GenerateContentConfig(
|
| 52 |
tools=[
|