Skip to content

Commit

Permalink
Fix wrong llm value in example (#1929)
Browse files Browse the repository at this point in the history
Original example had `mixtal-llm` which would result in an error.
Replaced with gpt-4o according to https://docs.crewai.com/concepts/llms
  • Loading branch information
sanjeed5 authored Jan 21, 2025
1 parent ab2274c commit e254f11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit e254f11

Please sign in to comment.