mirror of
https://github.com/primedigitaltech/FileChat.git
synced 2026-01-19 13:03:19 +08:00
Small fix
This commit is contained in:
parent
7d95b4a03c
commit
e88a252d31
@ -24,6 +24,7 @@ def main():
|
|||||||
"请在侧边栏输入API_KEY。可从"
|
"请在侧边栏输入API_KEY。可从"
|
||||||
" https://bigmodel.cn/usercenter/apikeys 获取"
|
" https://bigmodel.cn/usercenter/apikeys 获取"
|
||||||
)
|
)
|
||||||
|
st.stop()
|
||||||
client = ZhipuAI(api_key=api_key)
|
client = ZhipuAI(api_key=api_key)
|
||||||
uploaded_file = st.file_uploader(
|
uploaded_file = st.file_uploader(
|
||||||
"上传文件",
|
"上传文件",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user