Roger
Roger
I’m working on a way to fix this, hope to have it landed this week. Thanks for your patience!
This probably is your computer or network connection. Many businesses and schools block access to OpenAI. Please try directly accessing [https://api.openai.com/v1/completions](https://api.openai.com/v1/completions) in your browser. You should get a json reply...
Sorry, the streaming results from Chat GPT conversations were added somewhat last minute and probably need better testing, error handling, convenience methods, etc. I know the deeply nested delta structures...
To answer @jakubbloksa and @MarkHelsinki , you can always pass in the model name as a string rather than using the strongly typed models class. Just use the model name...
It's official! Microsoft reached out to me a month ago about transitioning this library into a new official C# OpenAI library and that's what we've been working on. Starting with...
He's a webcast we recorded where we go into more details and answer some community questions: https://www.youtube.com/live/GUV2p_9QUo8?si=R2an9f3x1kO9zzzL
I’m unfortunately not allowed to announce the details publicly for another week or two, but I promise it’ll be worth the wait. There’s gonna be a lot better and more...
As @scottaddie mentioned, it's official! Microsoft is launching an official library, which means full API coverage and up-to-date models going forward. More details in #211 and at the blog at...
You can always pass in the model name as a string rather than using the strongly typed models class. Just use the model name identifier string that’s in the [official...
Probably too late to help you @MarkHelsinki, sorry, but for the record: The `Conversation` is a convenience abstraction that retains its chat history, so each time you iterate the for...