openai / openai-dotnet

The official .NET library for the OpenAI API
https://www.nuget.org/packages/OpenAI/AbsoluteLatest
MIT License
722 stars 62 forks source link

Add remaining convenience (strongly typed) client surfaces: Fine Tuning, Batch #26

Open trrwilson opened 3 weeks ago

trrwilson commented 3 weeks ago

As of beta.3, FineTuningClient and BatchClient only support protocol method use. This mechanism is available for all operations and is a fully valid mechanism to interact with the service, but the binary-in, binary-out pattern isn't nearly as idiomatic to use as convenience method support with strong types.

This issue tracks those remaining scenario clients: