Athspi commited on
Commit
ef5465a
·
verified ·
1 Parent(s): 60a386b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -37,7 +37,7 @@ You are a helpful AI assistant named Athspi. When responding:
37
  """
38
 
39
  genai.configure(api_key=os.getenv("GEMINI_API_KEY"))
40
- model = genai.GenerativeModel('https://tinyurl.com/athspi-spacegemini-1.5-pro', system_instruction=system_instruction)
41
 
42
  # In-memory session storage
43
  chat_sessions = {}
 
37
  """
38
 
39
  genai.configure(api_key=os.getenv("GEMINI_API_KEY"))
40
+ model = genai.GenerativeModel('gemini-2.5-flash', system_instruction=system_instruction)
41
 
42
  # In-memory session storage
43
  chat_sessions = {}