Spaces:
Runtime error
Runtime error
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:
|
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 |
|