openai / openai-dotnet

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

Added support for OrganizationId and ProjectId #80

Closed KrzysztofCwalina closed 1 week ago

KrzysztofCwalina commented 1 week ago

fixes #68

@trrwilson, we will need to coordiante this with AOAI package update. As we talked, AOAI library will now need its own client options.

trrwilson commented 1 week ago

I believe we can safely merge this even before the Azure breaking change -- the properties will be present but take no effect, as the Azure library manages its own policy logic.