Spaces:
Runtime error
Runtime error
Update streamlit_langchain_chat/streamlit_app.py
Browse files
streamlit_langchain_chat/streamlit_app.py
CHANGED
@@ -346,7 +346,7 @@ def load_sidebar_page():
|
|
346 |
elif app.params['type_id'] == 2: # with AzureOpenAI endpoint
|
347 |
# https://docs.streamlit.io/library/api-reference/widgets/st.text_input
|
348 |
os.environ['OPENAI_API_KEY'] = st.sidebar.text_input(
|
349 |
-
label="Enter Azure OpenAI API Key
|
350 |
type="password"
|
351 |
).strip()
|
352 |
app.params['api_base'] = st.sidebar.text_input(
|
|
|
346 |
elif app.params['type_id'] == 2: # with AzureOpenAI endpoint
|
347 |
# https://docs.streamlit.io/library/api-reference/widgets/st.text_input
|
348 |
os.environ['OPENAI_API_KEY'] = st.sidebar.text_input(
|
349 |
+
label="Enter Azure OpenAI API Key",
|
350 |
type="password"
|
351 |
).strip()
|
352 |
app.params['api_base'] = st.sidebar.text_input(
|