update readme

This commit is contained in:
harry
2024-05-16 15:07:31 +08:00
parent eb2b07b615
commit 1b8b65f642
2 changed files with 8 additions and 3 deletions

View File

@@ -301,6 +301,8 @@ if not config.app.get("hide_config", False):
"""
if tips and config.ui['language'] == 'zh':
st.warning(
"中国用户建议使用 **DeepSeek** 或 **Moonshot** 作为大模型提供商\n- 国内可直接访问不需要VPN \n- 注册就送额度,基本够用")
st.info(tips)
st_llm_api_key = st.text_input(tr("API Key"), value=llm_api_key, type="password")