Update app.py
Browse files
app.py
CHANGED
@@ -15,7 +15,7 @@ genai.configure(api_key=GEMINI_API_KEY)
|
|
15 |
print("add API key complete ")
|
16 |
print("add model")
|
17 |
|
18 |
-
used_model = "
|
19 |
|
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")
|
|
|
15 |
print("add API key complete ")
|
16 |
print("add model")
|
17 |
|
18 |
+
used_model = "gemma-3-27b-it"
|
19 |
|
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")
|