From e88a252d317469f48295dd5792e04ee470178f5f Mon Sep 17 00:00:00 2001 From: RYDE-WORK Date: Tue, 3 Sep 2024 14:20:29 +0800 Subject: [PATCH] Small fix --- file_chat.py | 1 + 1 file changed, 1 insertion(+) diff --git a/file_chat.py b/file_chat.py index 5eeda40..88945df 100644 --- a/file_chat.py +++ b/file_chat.py @@ -24,6 +24,7 @@ def main(): "请在侧边栏输入API_KEY。可从" " https://bigmodel.cn/usercenter/apikeys 获取" ) + st.stop() client = ZhipuAI(api_key=api_key) uploaded_file = st.file_uploader( "上传文件",