Skip to content

Commit baa7d6e

Browse files
authored
Update ModelId in ChatOptions to new version (#926)
1 parent 5fc50fb commit baa7d6e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

samples/QuickstartClient/Program.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
var options = new ChatOptions
5151
{
5252
MaxOutputTokens = 1000,
53-
ModelId = "claude-3-5-sonnet-20241022",
53+
ModelId = "claude-haiku-4-5-20251001",
5454
Tools = [.. tools]
5555
};
5656

@@ -121,4 +121,4 @@ static string GetCurrentSourceDirectory([CallerFilePath] string? currentFile = n
121121
{
122122
Debug.Assert(!string.IsNullOrWhiteSpace(currentFile));
123123
return Path.GetDirectoryName(currentFile) ?? throw new InvalidOperationException("Unable to determine source directory.");
124-
}
124+
}

0 commit comments

Comments
 (0)