From e254f119333441d3be779a2d3190b603c4ac5389 Mon Sep 17 00:00:00 2001 From: Sanjeed <40694326+sanjeed5@users.noreply.github.com> Date: Tue, 21 Jan 2025 11:25:27 +0530 Subject: [PATCH] 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 --- docs/quickstart.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/quickstart.mdx b/docs/quickstart.mdx index 3062cdd0d..dfb2c233c 100644 --- a/docs/quickstart.mdx +++ b/docs/quickstart.mdx @@ -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 ```