mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-23 07:08:14 +00:00
Update Perplexity example in documentation (#1623)
This commit is contained in:
@@ -310,8 +310,8 @@ These are examples of how to configure LLMs for your agent.
|
|||||||
from crewai import LLM
|
from crewai import LLM
|
||||||
|
|
||||||
llm = LLM(
|
llm = LLM(
|
||||||
model="perplexity/mistral-7b-instruct",
|
model="llama-3.1-sonar-large-128k-online",
|
||||||
base_url="https://api.perplexity.ai/v1",
|
base_url="https://api.perplexity.ai/",
|
||||||
api_key="your-api-key-here"
|
api_key="your-api-key-here"
|
||||||
)
|
)
|
||||||
agent = Agent(llm=llm, ...)
|
agent = Agent(llm=llm, ...)
|
||||||
|
|||||||
Reference in New Issue
Block a user