We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2aef5d commit 14d67bfCopy full SHA for 14d67bf
src/api_perplexity_search.py
@@ -19,7 +19,6 @@
19
20
# Perplexity API model to use -- NOTE: the models keep on changing; latest list is at: https://docs.perplexity.ai/guides/model-cards
21
# As of December 2024/January 2025, the latest model is in the llama-3.1 family, i.e.: "llama-3.1-sonar-large-128k-online" (can be small/large/huge)
22
-# DEFAULT_PERPLEXITY_MODEL = "llama-3-sonar-large-32k-online"
23
DEFAULT_PERPLEXITY_MODEL = "llama-3.1-sonar-large-128k-online"
24
DEFAULT_PERPLEXITY_MAX_TOKENS = 1024
25
DEFAULT_PERPLEXITY_TEMPERATURE = 0.0
0 commit comments