chore(neovim): upgrade model used by avante

This commit is contained in:
2025-03-14 21:47:08 +00:00
parent a1b0c14fbb
commit b03b191f72

View File

@@ -154,7 +154,7 @@ return {
auto_suggestion_provider = 'claude',
claude = {
endpoint = 'https://api.anthropic.com',
model = 'claude-3-5-sonnet-20241022',
model = 'claude-3-7-sonnet-20250219',
temperature = 0,
max_tokens = 4096,
},