Update app.py
Browse files
app.py
CHANGED
@@ -10,7 +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.0-flash-thinking-exp-
|
14 |
|
15 |
|
16 |
def format_chat_history(messages: list) -> list:
|
|
|
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.0-flash-thinking-exp-01-21")
|
14 |
|
15 |
|
16 |
def format_chat_history(messages: list) -> list:
|