codelion commited on
Commit
aedc526
·
verified ·
1 Parent(s): fb97256

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
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: