[ChatGPT] please consider adding proxy example into README #6242
Labels
extension: chatgpt
Issues related to the chatgpt extension
extension
Issues related to one of the extensions in the Store
feature request
New feature or improvement
Extension
https://www.raycast.com/abielzulio/chatgpt
Description
Hello! Thank you for the great extension.
I'm trying to set up proxy access with the built-in settings.
I can confirm that the proxy I'm using does seem to function:
curl --proxy "socks5://USER:PASSW@PROXY:1080" "https://api.openai.com/v1/chat/completions"
However, when I try to put the same settings into the extension's proxy settings, I get "Error socket hang up" error message.
Could you provide a step-by-step example of how to use the proxy settings or elaborate on the requirements for the proxy?
I've also tried to use my own proxies running within Docker to no avail yet. An example with a Docker image would be much appreciated.
Thank you!
Who will benefit from this feature?
readme readers who need to use proxy
Anything else?
No response
The text was updated successfully, but these errors were encountered: