BCAtech commited on
Commit
a3aed0b
·
verified ·
1 Parent(s): 9564d57

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -33,7 +33,7 @@ if user_prompt:
33
  )
34
  final_response = response.choices[0].message.content
35
  st.session_state.chat_history.append({"role": "assistant", "content": final_response})
36
- with st.chat_message("assistant"):
37
  st.markdown(final_response)
38
 
39
  #gpt-4o-mini
 
33
  )
34
  final_response = response.choices[0].message.content
35
  st.session_state.chat_history.append({"role": "assistant", "content": final_response})
36
+ with st.chat_message("merlinGPT"):
37
  st.markdown(final_response)
38
 
39
  #gpt-4o-mini