mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-10 00:28:31 +00:00
fixing importing
This commit is contained in:
@@ -66,8 +66,7 @@ claude_agent = Agent(
|
|||||||
For more detailed configuration, use the LLM class:
|
For more detailed configuration, use the LLM class:
|
||||||
|
|
||||||
```python
|
```python
|
||||||
from crewai import Agent
|
from crewai import Agent, LLM
|
||||||
from crewai.llm import LLM
|
|
||||||
|
|
||||||
llm = LLM(
|
llm = LLM(
|
||||||
model="gpt-4",
|
model="gpt-4",
|
||||||
|
|||||||
Reference in New Issue
Block a user