From 6a1e53fdfce92535664053118f6515d1d4e4933f Mon Sep 17 00:00:00 2001 From: Kasper Marstal Date: Thu, 24 Oct 2024 22:24:05 +0200 Subject: [PATCH] feat: Upgrade default Anthropic model to claude-3-5-sonnet-20241022 --- src/Cellm/appsettings.Local.Anthropic.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Cellm/appsettings.Local.Anthropic.json b/src/Cellm/appsettings.Local.Anthropic.json index c1acab4..231e74d 100644 --- a/src/Cellm/appsettings.Local.Anthropic.json +++ b/src/Cellm/appsettings.Local.Anthropic.json @@ -1,6 +1,6 @@ { "AnthropicConfiguration": { - "DefaultModel": "claude-3-5-sonnet-20240620", + "DefaultModel": "claude-3-5-sonnet-20241022", "ApiKey": "YOUR_ANTHROPIC_APIKEY" }, "CellmConfiguration": {