Skip to content

Commit

Permalink
Merge pull request #3639 from continuedev/pe/anthropic-max-token-update
Browse files Browse the repository at this point in the history
chore: update `maxTokens` for anthropic models
  • Loading branch information
Patrick-Erichsen authored Jan 8, 2025
2 parents 7282d24 + 70eb8a9 commit 8366dcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/llm/llms/Anthropic.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class Anthropic extends BaseLLM {
contextLength: 200_000,
completionOptions: {
model: "claude-3-5-sonnet-latest",
maxTokens: 4096,
maxTokens: 8192,
},
apiBase: "https://api.anthropic.com/v1/",
};
Expand Down

0 comments on commit 8366dcb

Please sign in to comment.