Artificial-superintelligence commited on
Commit
b46f4d1
·
verified ·
1 Parent(s): f67c7f2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -32,7 +32,7 @@ generation_config = {
32
  }
33
 
34
  model = genai.GenerativeModel(
35
- model_name="gemini-2.0-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.
 
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.