Skip to content

Commit

Permalink
Merge pull request #335 from saikotek/master
Browse files Browse the repository at this point in the history
Change default anthropic model to latest
  • Loading branch information
haouarihk authored Nov 28, 2024
2 parents 9180bd9 + 486288e commit b3c73d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/LLMProviders/langchain/chatanthropic.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const logger = debug("textgenerator:llmProvider:chatanthropic");

const default_values = {
basePath: "https://api.anthropic.com/",
model: "claude-3-5-sonnet-20240620",
model: "claude-3-5-sonnet-latest",
};


Expand Down

0 comments on commit b3c73d2

Please sign in to comment.