pentarosarium commited on
Commit
5d3374e
·
1 Parent(s): 99193c1

progress more (back to 3.22+)

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -183,7 +183,7 @@ def init_langchain_llm(model_choice):
183
  )
184
 
185
  else: # Qwen API
186
- if 'dashscope_api_key' not in st.secrets:
187
  st.error("DashScope API key not found in secrets. Please add it with the key 'dashscope_api_key'.")
188
  st.stop()
189
 
 
183
  )
184
 
185
  else: # Qwen API
186
+ if 'ali_key' not in st.secrets:
187
  st.error("DashScope API key not found in secrets. Please add it with the key 'dashscope_api_key'.")
188
  st.stop()
189