Spaces:
Sleeping
Sleeping
Upload app.py
Browse files
app.py
CHANGED
@@ -36,6 +36,8 @@ st.header("RCM Chat", divider = 'blue')
|
|
36 |
|
37 |
# Chat UI --------------------------------------------------------------------
|
38 |
st.write("This chat as access to search the web to answer your quesitons.")
|
|
|
|
|
39 |
st.header("", divider = 'blue')
|
40 |
|
41 |
# Initialize chat history
|
|
|
36 |
|
37 |
# Chat UI --------------------------------------------------------------------
|
38 |
st.write("This chat as access to search the web to answer your quesitons.")
|
39 |
+
st.write("Model: gpt-4o-mini")
|
40 |
+
st.write("Version: V0.1")
|
41 |
st.header("", divider = 'blue')
|
42 |
|
43 |
# Initialize chat history
|