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 45a5e12ff8
commit e0c1af14bd

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",