mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-10 16:48:30 +00:00
fix: update import
in the tin
This commit is contained in:
@@ -23,7 +23,7 @@ AI hallucinations occur when language models generate content that appears plaus
|
|||||||
|
|
||||||
```python
|
```python
|
||||||
from crewai.tasks.hallucination_guardrail import HallucinationGuardrail
|
from crewai.tasks.hallucination_guardrail import HallucinationGuardrail
|
||||||
from crewai.llm import LLM
|
from crewai import LLM
|
||||||
|
|
||||||
# Initialize the guardrail with reference context
|
# Initialize the guardrail with reference context
|
||||||
guardrail = HallucinationGuardrail(
|
guardrail = HallucinationGuardrail(
|
||||||
|
|||||||
Reference in New Issue
Block a user