Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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("
|
| 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
|