openai / openai-dotnet

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

Revert AssemblyInfo.cs removal; file needed for Azure OpenAI support #14

Closed trrwilson closed 3 months ago

trrwilson commented 3 months ago

This [InternalsVisibleTo] attribute likely appeared to be a development-time accidental artifact. It's the interim mechanism that the Azure.AI.OpenAI package will use for Azure OpenAI Service support, though, so we'll need it back.