Spaces:
Sleeping
Sleeping
DKYxdd
commited on
Commit
·
396b221
1
Parent(s):
25dd3eb
Llamaindex
Browse files
app.py
CHANGED
@@ -15,8 +15,8 @@ api_key = os.environ.get('API_KEY')
|
|
15 |
|
16 |
llm =OpenAILike(model=model, api_base=api_base_url, api_key=api_key, is_chat_model=True,callback_manager=callback_manager)
|
17 |
|
18 |
-
st.set_page_config(page_title="
|
19 |
-
st.title("
|
20 |
|
21 |
os.system('git lfs install')
|
22 |
os.system('git clone https://www.modelscope.cn/Ceceliachenen/paraphrase-multilingual-MiniLM-L12-v2.git')
|
|
|
15 |
|
16 |
llm =OpenAILike(model=model, api_base=api_base_url, api_key=api_key, is_chat_model=True,callback_manager=callback_manager)
|
17 |
|
18 |
+
st.set_page_config(page_title="小叮当助手", page_icon="🦜🔗")
|
19 |
+
st.title("小叮当助手")
|
20 |
|
21 |
os.system('git lfs install')
|
22 |
os.system('git clone https://www.modelscope.cn/Ceceliachenen/paraphrase-multilingual-MiniLM-L12-v2.git')
|