A simple C# .NET client library for OpenAI to use use chat-gpt, GPT-4, GPT-3.5-Turbo and Dall-E though their RESTful API (currently in beta). Independently developed, this is not an official library and I am not affiliated with OpenAI. An OpenAI API account is required.
https://discord.com/channels/855294214065487932/856148899109666846
https://github.com/RageAgainstThePixel/OpenAI-DotNet
#OpenAI-DotNet
122 messages · Page 1 of 1 (latest)
hi
Added support for an API proxy so that you can authenticate users with your own OAuth provider
https://github.com/RageAgainstThePixel/OpenAI-DotNet#new-openai-api-proxy
Does it work with DotNet Core?
yes of course
Yay
doesn't work. text-davinci-edit-001 does not exist\
i've also added issue to git, there are some weird validation
It was a bug that I've already reported with open AI
OpenAI API Community Forum
Hi! Since an hour or so I’m getting the error The model: text-davinci-edit-001 does not exist when using the Edit API as documented here: OpenAI API Full response: { "error": { "message": "The model: text-davinci-edit-001 does not exist", "type": "invalid_request_error", "param": null, "code": "model_not_...
I first reported it in #dev-chat sometime earlier this week
I don't believe that endpoint supports custom models anyway
I don’t suppose .NET and .NET Core support GPU acceleration yet…
I'm unsure. But I don't think it should affect this client library in any way
check out OpenAI.WinRT for bindings to any windows runtime language (C#, C++, etc.) 🙂 https://www.nuget.org/packages/OpenAI.WinRT/
/code to build app
Hey, if i want to create an ASP.NET MVC project using openAi i Can do that by the OpenAI - DotNet ?
Yes that should be possible with this project
Skinwalker ranch
GitHub
What's Changed
OpenAI-DotNet 7.1.0 by @StephenHodgson in #147
Added Text to speech endpoint
Added Model parameters to Image endpoints
Support for Dalle 3
Convert Fine Tuning endpoint to l...
GitHub
What's Changed
OpenAI-DotNet 7.7.8 by @StephenHodgson in #293
Updated OpenAIClientSettings.ctr to allow for domain http protocol override (i.e. http://localhost:8080 or http://0.0.0.0:8080)
...
Thanks @lament forum ! I started to use your work in Unity and really appreciate it 👍
GitHub
What's Changed
OpenAI-DotNet 8.2.2 by @StephenHodgson in #352
Added generic parameters to methods that support structured output
Full Changelog: v8.2.1...v8.2.2
GitHub
What's Changed
OpenAI-DotNet 8.8.0 by @StephenHodgson in #472
Improved RealtimeSession websocket support for proxies
Proxy no longer handles the websocket connection directly, but instead in...
untiy