Skip to content

Commit

Permalink
chore: add DeepSeek to github provider
Browse files Browse the repository at this point in the history
  • Loading branch information
frankroeder committed Jan 30, 2025
1 parent e8c9476 commit ed43675
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions lua/parrot/provider/github.lua
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ end
---@return string[]
function GitHub:get_available_models(online)
return {
"DeepSeek-R1",
"AI21-Jamba-Instruct",
"Cohere-command-r",
"Cohere-command-r-plus",
Expand Down
2 changes: 1 addition & 1 deletion lua/parrot/provider/perplexity.lua
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ function Perplexity:get_available_models()
return {
"llama-3.1-sonar-small-128k-online", -- deprecated, will stop working after 2025-02-22
"llama-3.1-sonar-large-128k-online", -- deprecated, will stop working after 2025-02-22
"llama-3.1-sonar-huge-128k-online", -- deprecated, will stop working after 2025-02-22
"llama-3.1-sonar-huge-128k-online", -- deprecated, will stop working after 2025-02-22
"sonar",
"sonar-pro",
"sonar-reasoning",
Expand Down

0 comments on commit ed43675

Please sign in to comment.