Skip to content

Commit

Permalink
chore: add new anthropic models (latest sonnet)
Browse files Browse the repository at this point in the history
  • Loading branch information
frankroeder committed Oct 22, 2024
1 parent afc3cde commit 39b6a91
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions lua/parrot/provider/anthropic.lua
Original file line number Diff line number Diff line change
Expand Up @@ -119,10 +119,13 @@ end
---@return string[]
function Anthropic:get_available_models()
return {
"claude-3-5-sonnet-20240620",
"claude-3-opus-20240229",
"claude-3-5-sonnet-latest",
"claude-3-sonnet-20240229",
"claude-3-5-sonnet-20240620",
"claude-3-5-sonnet-20241022",
"claude-3-haiku-20240307",
"claude-3-opus-20240229",
"claude-3-opus-latest",
}
end

Expand Down

0 comments on commit 39b6a91

Please sign in to comment.