Spaces:
Running
Running
Update main.py
Browse files
main.py
CHANGED
@@ -28,7 +28,7 @@ logger = get_logger(__name__)
|
|
28 |
embeddings = HuggingFaceInferenceAPIEmbeddings(
|
29 |
api_key=hf_api_key,
|
30 |
model_name="BAAI/bge-large-en-v1.5",
|
31 |
-
api_url="https://router.huggingface.co/hf-inference/pipeline/feature-extraction",
|
32 |
)
|
33 |
|
34 |
if 'chat_history' not in st.session_state:
|
|
|
28 |
embeddings = HuggingFaceInferenceAPIEmbeddings(
|
29 |
api_key=hf_api_key,
|
30 |
model_name="BAAI/bge-large-en-v1.5",
|
31 |
+
api_url="https://router.huggingface.co/hf-inference/pipeline/feature-extraction/",
|
32 |
)
|
33 |
|
34 |
if 'chat_history' not in st.session_state:
|