openai / openai-dotnet

The official .NET library for the OpenAI API
https://www.nuget.org/packages/OpenAI
MIT License
1.55k stars 162 forks source link

Add Experimental attribute to public APIs in Batch and Fine-Tuning namespaces #202

Closed ShivangiReja closed 3 months ago

ShivangiReja commented 3 months ago

This PR adds the [Experimental("OPENAI001")] attribute to all public APIs within the OpenAI.Batch and OpenAI.FineTuning namespaces, marking them as experimental features.