Skip to content

Commit 8b41765

Browse files
committed
fix AnthropicModels compile error.
1 parent c06dd1b commit 8b41765

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/BotSharp.Test.ComputerUse/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
var parameters = new MessageParameters()
4848
{
4949
Messages = messages,
50-
Model = AnthropicModels.Claude35Sonnet,
50+
Model = AnthropicModels.Claude46Sonnet,
5151
Stream = false,
5252
Tools = tools,
5353
System = new List<SystemMessage>()

0 commit comments

Comments
 (0)