Boardpac/theekshanas commited on
Commit
7bba285
1 Parent(s): 23257c7

info chat model added

Browse files
Files changed (2) hide show
  1. __pycache__/qaPipeline.cpython-311.pyc +0 -0
  2. app.py +1 -1
__pycache__/qaPipeline.cpython-311.pyc CHANGED
Binary files a/__pycache__/qaPipeline.cpython-311.pyc and b/__pycache__/qaPipeline.cpython-311.pyc differ
 
app.py CHANGED
@@ -53,7 +53,7 @@ def side_bar():
53
  st.subheader("Chat parameters")
54
 
55
  with st.form('param_form'):
56
-
57
  chat_model = st.selectbox(
58
  "Chat model",
59
  MODELS,
 
53
  st.subheader("Chat parameters")
54
 
55
  with st.form('param_form'):
56
+ st.info('Info: use openai chat model for best results')
57
  chat_model = st.selectbox(
58
  "Chat model",
59
  MODELS,