Roger
Roger
It should work with GPT4 as long as you manually pass that model to the chat endpoint. I’ll get the GPT4 model added officially soon but for right now you...
I’ve got the gpt4 models explicitly added in the 1.7 release
I’m not sure, but probably. Are you able to access the GPT-4 model on the playground when logged in to the openai developer portal? Gpt-4 still requires account whitelisting, so...
I'm limited to what the OpenAI API makes available. Until they return this from the API in https://platform.openai.com/docs/api-reference/models/retrieve, there's not much I can do aside from hardcoding some values on...
Hmm, good idea. I haven't seen this guidance before, but it makes sense. Things are never as simple as they seem like they should be 😅 I'll look into improving...
I started implementing [PooledConnectionLifetime](https://learn.microsoft.com/en-us/dotnet/api/system.net.http.socketshttphandler.pooledconnectionlifetime#system-net-http-socketshttphandler-pooledconnectionlifetime) but it turns out it is not available in .NET Standard and .NET Framework, unfortunately. I can make a static HttpClient, I just can't set the...
Does disposing the HttpClient after each use solve the issue? @KeithHenry
Thanks @Alexei000 ! Due to a lot of code changes between your PR and now, I wasn't able to easily merge your PR so I manually added your new tests...
Are you referring to the ChatGPT-style interaction? There is no API access for that yet, although OpenAI says it's coming soon.
I'm getting this issue today on latest when trying to connect via ssh to my linux server for the 1st time from Cursor (it works fine from vscode). I believe...