Skip to content

Commit

Permalink
chore: update to latest claude sonnet 3.5 (#751)
Browse files Browse the repository at this point in the history
  • Loading branch information
makyinmars authored Oct 22, 2024
1 parent bd6ce34 commit a8e2b9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ _See [config.lua#L9](./lua/avante/config.lua) for the full config_
auto_suggestions_provider = "claude", -- Since auto-suggestions are a high-frequency operation and therefore expensive, it is recommended to specify an inexpensive provider or even a free provider: copilot
claude = {
endpoint = "https://api.anthropic.com",
model = "claude-3-5-sonnet-20240620",
model = "claude-3-5-sonnet-20241022",
temperature = 0,
max_tokens = 4096,
},
Expand Down
2 changes: 1 addition & 1 deletion lua/avante/config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Respect and use existing conventions, libraries, etc that are already present in
---@type AvanteSupportedProvider
claude = {
endpoint = "https://api.anthropic.com",
model = "claude-3-5-sonnet-20240620",
model = "claude-3-5-sonnet-20241022",
timeout = 30000, -- Timeout in milliseconds
temperature = 0,
max_tokens = 8000,
Expand Down

0 comments on commit a8e2b9a

Please sign in to comment.