Merge pull request #1239 from ShuHuang/patch-1

Bugfix: Update LLM-Connections.md
This commit is contained in:
Rip&Tear
2024-08-23 09:49:46 +08:00
committed by GitHub

View File

@@ -88,7 +88,7 @@ There are a couple of different ways you can use HuggingFace to host your LLM.
### Your own HuggingFace endpoint
```python
from langchain_huggingface import HuggingFaceEndpoint,
from langchain_huggingface import HuggingFaceEndpoint
llm = HuggingFaceEndpoint(
repo_id="microsoft/Phi-3-mini-4k-instruct",