Fix wrong llm value in example (#1929)

Original example had `mixtal-llm` which would result in an error.
Replaced with gpt-4o according to https://docs.crewai.com/concepts/llms
This commit is contained in:
Sanjeed
2025-01-21 11:25:27 +05:30
committed by GitHub
parent ab2274caf0
commit e254f11933

View File

@@ -278,7 +278,7 @@ email_summarizer:
Summarize emails into a concise and clear summary
backstory: >
You will create a 5 bullet point summary of the report
llm: mixtal_llm
llm: openai/gpt-4o
```
<Tip>