Zoltan Juhasz

Results 25 comments of Zoltan Juhasz

Where is the timeout comes? From the HttpClient or from the OpenAI service? If your would like to configure HttpClient Timeout value, the quickest way right now, if you extend...

Yes, this is definetly the next dev task on my side. I will notify, when its ready.

Hello, Looks like the protocol changed in the last months as always. I will give it a look.

> Hi there, > > I'm attempting to swap over to Azure Open AI and have come up against two problems. > > 1. the [**example here**](https://github.com/JZO001/Forge.OpenAI/blob/main/Playgrounds/Azure-OpenAI_Setup_Example/Program.cs) seems incomplete. It...

Hello, I made some changes on the API, following missing properties, new models, etc.

Hello sevzas, Thanks for the feedbacks. I see there were lots of changes again in the API documentation, I try to follow them as I have some time to do....

Hello, Please check v1.4.0. A couple of improvements applied in this version, supporting the v2 APIs

You do not have to use DI directly. Please check manual creation of the service in the Playground -> MultipleApiKeyUsage -> Program.cs, line 29 - 33.

Hello, The messages was fixed in 1.4.2. The library basicly based on DI. The factory service which was removed was a bad conception, left behind unmanaged resource in the background...

Hi, I added in v1.4.4 a similar service factory method, like the old what you have requested: "CreateService(OpenAIOptions options, out ServiceProvider serviceProvider)" It will copy your settings into the internal...