Added option to use httpx for requests to custom OpenAI api base
Pre-release
Pre-release
A new option in the GUI and command line (--httpx
) to use the HTTPX library for requests to OpenAI API. This is only effective if the api base url is explicitly specified, as it needs to know the url.
This may help if you receive an error code 307: temporary redirect.