Surat96 commited on
Commit
ac61af5
·
verified ·
1 Parent(s): cd9ab33

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ st.caption("A Chatbot created by SURAT")
12
  if "history" not in st.session_state:
13
  st.session_state.history = []
14
 
15
- model = genai.GenerativeModel('gemini-1.5-pro')
16
  chat = model.start_chat(history = st.session_state.history)
17
 
18
  with st.sidebar:
 
12
  if "history" not in st.session_state:
13
  st.session_state.history = []
14
 
15
+ model = genai.GenerativeModel('gemini-2.5-pro')
16
  chat = model.start_chat(history = st.session_state.history)
17
 
18
  with st.sidebar: