Update app.py
Browse files
app.py
CHANGED
@@ -10,8 +10,7 @@ GEMINI_API_KEY = os.getenv("GEMINI_API_KEY")
|
|
10 |
genai.configure(api_key=GEMINI_API_KEY)
|
11 |
|
12 |
# we will be using the Gemini 2.0 Flash model with Thinking capabilities
|
13 |
-
model = genai.GenerativeModel("gemini-2.
|
14 |
-
|
15 |
|
16 |
def format_chat_history(messages: list) -> list:
|
17 |
"""
|
|
|
10 |
genai.configure(api_key=GEMINI_API_KEY)
|
11 |
|
12 |
# we will be using the Gemini 2.0 Flash model with Thinking capabilities
|
13 |
+
model = genai.GenerativeModel("gemini-2.5-flash-preview-04-17")
|
|
|
14 |
|
15 |
def format_chat_history(messages: list) -> list:
|
16 |
"""
|