hlydecker commited on
Commit
48b28b1
·
1 Parent(s): 215f613

Update streamlit_langchain_chat/streamlit_app.py

Browse files
streamlit_langchain_chat/streamlit_app.py CHANGED
@@ -331,7 +331,7 @@ def load_sidebar_page():
331
  # ##### #
332
  st.sidebar.markdown("2. Select a model (LLM):")
333
  combination_selected = st.sidebar.selectbox(
334
- "Choose type: MSF Azure OpenAI and model / OpenAI",
335
  [key for key, value in TYPE_IDS.items()])
336
  app.params['type_id'] = TYPE_IDS.get(combination_selected, None)
337
 
 
331
  # ##### #
332
  st.sidebar.markdown("2. Select a model (LLM):")
333
  combination_selected = st.sidebar.selectbox(
334
+ "Choose type: OpenAI or Azure OpenAI",
335
  [key for key, value in TYPE_IDS.items()])
336
  app.params['type_id'] = TYPE_IDS.get(combination_selected, None)
337