Skip to content

Commit

Permalink
R2
Browse files Browse the repository at this point in the history
  • Loading branch information
neuecc committed Mar 11, 2024
1 parent 8f11c1e commit 0456099
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ var message = await anthropic.Messages.CreateAsync(new()
Role = Roles.User,
Content = [
new(imageBytes, "image/jpeg"),
new("Describe this image.")
"Describe this image."
]
}],
});
Expand Down
2 changes: 1 addition & 1 deletion sandbox/ConsoleApp1/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
Role = Roles.User,
Content = [
new(imageBytes, "image/jpeg"),
new("Describe this image.")
"Describe this image."
]
}],
});
Expand Down

0 comments on commit 0456099

Please sign in to comment.