You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Whatever model is being sent as a parameter it will never get called, only the default model will be called in the huggingface_endpoint.py because in the post call of the client and async_client the model is not being consumed which is why the default model is being called not the one passed
Whatever model is being sent as a parameter it will never get called, only the default model will be called in the huggingface_endpoint.py because in the post call of the client and async_client the model is not being consumed which is why the default model is being called not the one passed
langchain/libs/partners/huggingface/langchain_huggingface/embeddings/huggingface_endpoint.py
Line 130 in b7e3e33
langchain/libs/partners/huggingface/langchain_huggingface/embeddings/huggingface_endpoint.py
Line 113 in b7e3e33
The text was updated successfully, but these errors were encountered: