We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fc50fb commit baa7d6eCopy full SHA for baa7d6e
samples/QuickstartClient/Program.cs
@@ -50,7 +50,7 @@
50
var options = new ChatOptions
51
{
52
MaxOutputTokens = 1000,
53
- ModelId = "claude-3-5-sonnet-20241022",
+ ModelId = "claude-haiku-4-5-20251001",
54
Tools = [.. tools]
55
};
56
@@ -121,4 +121,4 @@ static string GetCurrentSourceDirectory([CallerFilePath] string? currentFile = n
121
122
Debug.Assert(!string.IsNullOrWhiteSpace(currentFile));
123
return Path.GetDirectoryName(currentFile) ?? throw new InvalidOperationException("Unable to determine source directory.");
124
-}
+}
0 commit comments