Added new Anthropic models (#187)

This commit is contained in:
Thorsten Sommer 2024-11-03 12:06:54 +01:00 committed by GitHub
parent 629613f75a
commit 9f576e8572
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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`.