Skip to content

Added option to use httpx for requests to custom OpenAI api base

Pre-release
Pre-release
Compare
Choose a tag to compare
@machinewrapped machinewrapped released this 03 Apr 18:20
· 248 commits to main since this 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.