Update app.py
#2
by
zelk12
- opened
app.py
CHANGED
@@ -9,7 +9,7 @@ GEMINI_API_KEY = os.getenv("GEMINI_API_KEY")
|
|
9 |
genai.configure(api_key=GEMINI_API_KEY)
|
10 |
|
11 |
# we will be using the Gemini 2.0 Flash model with Thinking capabilities
|
12 |
-
model = genai.GenerativeModel("gemini-2.0-flash-thinking-exp-
|
13 |
|
14 |
|
15 |
def format_chat_history(messages: list) -> list:
|
|
|
9 |
genai.configure(api_key=GEMINI_API_KEY)
|
10 |
|
11 |
# we will be using the Gemini 2.0 Flash model with Thinking capabilities
|
12 |
+
model = genai.GenerativeModel("gemini-2.0-flash-thinking-exp-01-21")
|
13 |
|
14 |
|
15 |
def format_chat_history(messages: list) -> list:
|