From a20452a57c401c82425ae1a19d28e6fbe9048367 Mon Sep 17 00:00:00 2001 From: Eduardo Chiarotti Date: Thu, 25 Jul 2024 13:55:59 -0300 Subject: [PATCH] docs: change message to ChatOpenAI llm --- docs/core-concepts/Planning.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/core-concepts/Planning.md b/docs/core-concepts/Planning.md index 5b0aba8c0..36ae34437 100644 --- a/docs/core-concepts/Planning.md +++ b/docs/core-concepts/Planning.md @@ -25,7 +25,7 @@ From this point on, your crew will have planning enabled, and the tasks will be #### Planning LLM -Now you can define the LLM that will be used to plan the tasks. The default LLM is `gpt-4o-mini`, but you can change it to any other LLM as long as it is compatible. +Now you can define the LLM that will be used to plan the tasks. You can use any ChatOpenAI LLM model available. ```python from crewai import Crew, Agent, Task, Process