Bugfix: Update LLM-Connections.md

The original code doesn't work due to a comma
This commit is contained in:
Shu Huang
2024-08-22 14:39:15 +01:00
committed by GitHub
parent 8119edb495
commit 09cba0135e

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 ### Your own HuggingFace endpoint
```python ```python
from langchain_huggingface import HuggingFaceEndpoint, from langchain_huggingface import HuggingFaceEndpoint
llm = HuggingFaceEndpoint( llm = HuggingFaceEndpoint(
repo_id="microsoft/Phi-3-mini-4k-instruct", repo_id="microsoft/Phi-3-mini-4k-instruct",