Skip to content

Commit

Permalink
Merge pull request #3 from gradion-ai/wip-perplexity-model
Browse files Browse the repository at this point in the history
Update default model in perplexity search
  • Loading branch information
krasserm authored Jan 24, 2025
2 parents 55b5cc6 + 7ac7c6f commit 0b50208
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion freeact_skills/search/perplexity/impl.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class InternetSearchImpl(InternetSearch):
def __init__(
self,
api_key: str | None = None,
model: str = "llama-3.1-sonar-large-128k-online",
model: str = "sonar",
max_tokens: int = 4096,
temperature: float = 0.2,
top_p: float = 0.9,
Expand Down

0 comments on commit 0b50208

Please sign in to comment.