mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-08 15:48:29 +00:00
fixing importing
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user