Tom Winzig
Tom Winzig
Set `selectOnTab` to `false`.
Theoretically it is: https://selectize.dev/docs/usage But I haven't tested that in a while on the standard distribution.
I don't believe OpenAI has opened up the image capabilities of GPT-4 yet. https://help.openai.com/en/articles/7127995-how-can-i-use-gpt-4-with-images
Why not instantiate your own HttpClient with whatever timeout settings you want, and pass that into the existing service constructors?
Of what? chatGPT can show you how to instantiate an HttpClient and set its timeout settings. Then you pass it into the constructor that accepts an HttpClient reference
Perhaps use `StreamCompletionEnumerableAsync` instead, so that you'd know if it was in the process of responding, versus just waiting for anything at all to come back?
I'm not sure this is a bug to be fixed. The SDK allows you to pass in your own HttpClient with your own preferences for timeouts, etc: https://github.com/OkGoDoIt/OpenAI-API-dotnet/issues/102#issuecomment-1563708070
chatGPT is a generative AI API. You send it text, and it sends back text in response. It doesn't send emails, so can you clarify what you are talking about?
Best bet there would likely be to write a chatGPT plugin https://openai.com/blog/chatgpt-plugins
I know, I just meant ... if it is no longer compatible with Stripe, should it be archived? Should it no longer be published on Nuget? Or are people still...