Skip to content

Commit 14d67bf

Browse files
committed
cleanup
1 parent e2aef5d commit 14d67bf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/api_perplexity_search.py

-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919

2020
# Perplexity API model to use -- NOTE: the models keep on changing; latest list is at: https://docs.perplexity.ai/guides/model-cards
2121
# 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"
2322
DEFAULT_PERPLEXITY_MODEL = "llama-3.1-sonar-large-128k-online"
2423
DEFAULT_PERPLEXITY_MAX_TOKENS = 1024
2524
DEFAULT_PERPLEXITY_TEMPERATURE = 0.0

0 commit comments

Comments
 (0)