Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -16,7 +16,7 @@ api_key = os.environ.get('API_KEY')
|
|
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="llama_index_demo", 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')
|
|
|
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="llama_index_demo", page_icon="π¦π")
|
19 |
+
st.title("llamaindex_demo")
|
20 |
|
21 |
os.system('git lfs install')
|
22 |
os.system('git clone https://www.modelscope.cn/Ceceliachenen/paraphrase-multilingual-MiniLM-L12-v2.git')
|