From ffae3f5a92649c257e586f93dd171a493a3e1543 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Moura?= Date: Tue, 24 Sep 2024 01:54:02 -0300 Subject: [PATCH] fixing importing --- docs/how-to/LLM-Connections.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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",