I am trying to use your package to connect via http instead of the ws:// protocal. Is that possible? I have tried using the get_default_client() or directly passing as the api_host, however it always prepends the ws:// to my requests.
I have found that I can use curl or requests and interact with LM Studio via http, but it would be nice to use your package. Am I missing something?