Roger

Results 41 comments of Roger

Currently you can change the `ApiUrlFormat` but I probably need to add better documentation for that and maybe a constructor option, since alternative OpenAI-compatible endpoints weren't really a thing when...

✔️ I added this in v1.9, here's how: https://github.com/OkGoDoIt/OpenAI-API-dotnet#gpt-vision

Hey all, sorry I've been a bit behind the past 6 months. I was starting a new AI company [Doppler](https://doppler.bot) so I let things slide on here. But this past...

I assume this is a duplicate of #102, but I'll work on making it easier to set a custom timeout.

NAudio is not good at playing streamed audio that's in MP3 format. Try saving it to disk first and having NAudio play it back from disk. Unfortunately OpenAI does not...

With NAudio I just save it to disk and play it that way. Is CSCORE working for you? Can I close this issue as resolved or is there something I...

The custom HTTP client is the "right" way to do this, but I should probably add a helper to make it easy to set a custom timeout and take care...

I have fixed the extra parenthesis in the generated URL, sorry about that. Beyond that, I don't have any insight into what those values should be or how to test...

This is a wrapper around the OpenAI API. This is not for the consumer ChatGPT interface. The way the API works is you upload the entire chat for each API...

Wow @KeithHenry, thank you for putting the effort into implementing this, it's no small feat! 🤩 I have concerns about adding DI, both compatibility and ease-of use. I notice the...