fixing importing

This commit is contained in:
João Moura
2024-09-24 01:54:02 -03:00
parent 8d1768fcc3
commit ffae3f5a92

View File

@@ -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",