Spaces:
Sleeping
Sleeping
Commit
·
cde45c5
1
Parent(s):
57014e2
Update app.py
Browse files
app.py
CHANGED
@@ -28,7 +28,7 @@ import streamlit as st
|
|
28 |
|
29 |
st.sidebar.title("Sidebar")
|
30 |
|
31 |
-
st.sidebar.success("
|
32 |
|
33 |
if "openai_model" not in st.session_state:
|
34 |
st.session_state["openai_model"] = "gpt-3.5-turbo"
|
|
|
28 |
|
29 |
st.sidebar.title("Sidebar")
|
30 |
|
31 |
+
st.sidebar.success("full_response")
|
32 |
|
33 |
if "openai_model" not in st.session_state:
|
34 |
st.session_state["openai_model"] = "gpt-3.5-turbo"
|