Update Anthropic Claude Sonnet model name to "claude-3-5-sonnet-latest"

This commit is contained in:
nikolaj.olsson 2024-10-23 13:18:37 +02:00
parent 0d45a60a75
commit 2aa5d901fb

View File

@ -29,7 +29,7 @@ namespace Nikse.SubtitleEdit.Core.AutoTranslate
/// </summary>
public static string[] Models => new[]
{
"claude-3-5-sonnet-20240620",
"claude-3-5-sonnet-latest",
"claude-3-opus-20240229",
"claude-3-sonnet-20240229",
"claude-3-haiku-20240307"