diff --git a/docs/how-to/LLM-Connections.md b/docs/how-to/LLM-Connections.md index 28017c129..620ddddf9 100644 --- a/docs/how-to/LLM-Connections.md +++ b/docs/how-to/LLM-Connections.md @@ -66,8 +66,7 @@ claude_agent = Agent( For more detailed configuration, use the LLM class: ```python -from crewai import Agent -from crewai.llm import LLM +from crewai import Agent, LLM llm = LLM( model="gpt-4",