Skip to content

Commit

Permalink
Add llama-3.3-70b-instruct support
Browse files Browse the repository at this point in the history
  • Loading branch information
hex committed Dec 16, 2024
1 parent a935fd9 commit 0ed2d2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions llm_perplexity.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ def register_models(register):
register(Perplexity("llama-3.1-sonar-large-128k-chat"), aliases=("sonar-large-chat",))
register(Perplexity("llama-3.1-70b-instruct"))
register(Perplexity("llama-3.1-8b-instruct"))
register(Perplexity("llama-3.3-70b-instruct"))


class PerplexityOptions(llm.Options):
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "llm-perplexity"
version = "2024.11.0"
version = "2024.12.0"
description = "LLM access to pplx-api 3 by Perplexity Labs"
readme = "README.md"
authors = [{name = "hex"}]
Expand Down

0 comments on commit 0ed2d2c

Please sign in to comment.