OpenAI-API-dotnet
OpenAI-API-dotnet copied to clipboard
Re-targeted framework to .NET 6.0 for tests.
Re-targeted framework to .NET 6.0 for tests. Re-targeted framework to NET Standard 2.1 for library. Fixed XML warnings and typos. Removed superfluous references. Added required references. Added DotSettings file to keep track of a dictionary of allowed terms for ReSharper.
We should keep targeting netstandard 2.0. We don't gain anything immediately by targeting 2.1 and shouldn't switch until we do.
Right now this is one of the few OpenAI wrappers that are on netstandard 2.0.
Rolled that change back