diff --git a/core/llm/llms/Anthropic.ts b/core/llm/llms/Anthropic.ts index 31642ea669..234c168600 100644 --- a/core/llm/llms/Anthropic.ts +++ b/core/llm/llms/Anthropic.ts @@ -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/", };