tghamm / Anthropic.SDK

An unofficial C#/.NET SDK for accessing the Anthropic Claude API
https://www.nuget.org/packages/Anthropic.SDK
MIT License
55 stars 10 forks source link

why do you use f in your example for Temperature? #3

Closed MSIH closed 1 year ago

MSIH commented 1 year ago

the reference post page just uses a decimal.

https://docs.anthropic.com/claude/reference/complete_post

tghamm commented 1 year ago

@MSIH just an oversight, can change it to a decimal, though it'll be a breaking change. Better to do it now while the library is new and avoid complications later.