Added new Anthropic models

This commit is contained in:
Thorsten Sommer 2024-11-03 12:06:17 +01:00
parent 629613f75a
commit a3c404ad75
Signed by: tsommer
GPG Key ID: 371BBA77A02C0108
2 changed files with 7 additions and 0 deletions

View File

@ -147,8 +147,13 @@ public sealed class ProviderAnthropic(ILogger logger) : BaseProvider("https://ap
{
return Task.FromResult(new[]
{
new Model("claude-3-5-sonnet-latest"),
new Model("claude-3-5-sonnet-20240620"),
new Model("claude-3-5-sonnet-20241022"),
new Model("claude-3-opus-20240229"),
new Model("claude-3-opus-latest"),
new Model("claude-3-sonnet-20240229"),
new Model("claude-3-haiku-20240307"),
}.AsEnumerable());

View File

@ -0,0 +1,2 @@
# v0.9.17, build 192 (2024-11-03 11:xx UTC)
- Added new Anthropic model `claude-3-5-sonnet-20241022` as well as the aliases `claude-3-5-sonnet-latest` and `claude-3-opus-latest`.