Skip to content

Commit

Permalink
Merge pull request #1239 from ShuHuang/patch-1
Browse files Browse the repository at this point in the history
Bugfix: Update LLM-Connections.md
  • Loading branch information
theCyberTech authored Aug 23, 2024
2 parents 8119edb + 09cba01 commit 4736604
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/how-to/LLM-Connections.md
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -194,4 +194,4 @@ azure_agent = Agent(
```

## Conclusion
Integrating CrewAI with different LLMs expands the framework's versatility, allowing for customized, efficient AI solutions across various domains and platforms.
Integrating CrewAI with different LLMs expands the framework's versatility, allowing for customized, efficient AI solutions across various domains and platforms.

0 comments on commit 4736604

Please sign in to comment.