Update app.py
Browse files
app.py
CHANGED
|
@@ -32,7 +32,7 @@ generation_config = {
|
|
| 32 |
}
|
| 33 |
|
| 34 |
model = genai.GenerativeModel(
|
| 35 |
-
model_name="gemini-
|
| 36 |
generation_config=generation_config,
|
| 37 |
system_instruction="""
|
| 38 |
You are Ath, a highly knowledgeable and advanced code assistant. Your responses are optimized for secure, high-quality, and cutting-edge code solutions.
|
|
|
|
| 32 |
}
|
| 33 |
|
| 34 |
model = genai.GenerativeModel(
|
| 35 |
+
model_name="gemini-1.5-pro",
|
| 36 |
generation_config=generation_config,
|
| 37 |
system_instruction="""
|
| 38 |
You are Ath, a highly knowledgeable and advanced code assistant. Your responses are optimized for secure, high-quality, and cutting-edge code solutions.
|