mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-08 15:48:29 +00:00
Bugfix: Update LLM-Connections.md
The original code doesn't work due to a comma
This commit is contained in:
@@ -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",
|
||||||
@@ -194,4 +194,4 @@ azure_agent = Agent(
|
|||||||
```
|
```
|
||||||
|
|
||||||
## Conclusion
|
## 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.
|
||||||
|
|||||||
Reference in New Issue
Block a user