Skip to content

Commit

Permalink
Update config_template.yml
Browse files Browse the repository at this point in the history
Updated the perplexity section of the config template to the currently available set of models
  • Loading branch information
rocapp authored Dec 26, 2024
1 parent 0b38305 commit 5557acf
Showing 1 changed file with 10 additions and 19 deletions.
29 changes: 10 additions & 19 deletions config_template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,25 +142,16 @@ apis:
base-url: https://api.perplexity.ai
api-key:
api-key-env: PERPLEXITY_API_KEY
models: # https://docs.perplexity.ai/docs/model-cards
llama-3-sonar-small-32k-chat:
aliases: ["llama3-ss"]
max-input-chars: 32768
llama-3-sonar-small-32k-online:
aliases: ["llam3-sso"]
max-input-chars: 28000
llama-3-sonar-large-32k-chat:
aliases: ["llam3-sl"]
max-input-chars: 32768
llama-3-sonar-large-32k-online:
aliases: ["llam3-slo"]
max-input-chars: 28000
llama-3-8b-instruct:
aliases: ["llam3-8bi"]
max-input-chars: 8192
llama-3-70b-instruct:
aliases: ["llam3-70bi"]
max-input-chars: 8192
models: # https://docs.perplexity.ai/guides/model-cards
llama-3.1-sonar-small-128k-online:
aliases: ["llam31-small"]
max-input-chars: 127072
llama-3.1-sonar-large-128k-online:
aliases: ["llam31-large"]
max-input-chars: 127072
llama-3.1-sonar-huge-128k-online:
aliases: ["llam31-huge"]
max-input-chars: 127072
groq:
base-url: https://api.groq.com/openai/v1
api-key:
Expand Down

0 comments on commit 5557acf

Please sign in to comment.