-
-
Notifications
You must be signed in to change notification settings - Fork 16.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add chat model open ai proxy url params #3153
Add chat model open ai proxy url params #3153
Conversation
awesome! are you able to test is using proxy? |
I have setup a squid server as proxy and it's worked, hope this can help anyone got this open ai api error: |
what time the commit will merge to main branch? |
i dont have any permission to merge so anyone can help? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks @thanhtung100397
what to use the param? this is error log |
You can follow my step Here is the sample input for proxy url (proxy without user/pass): http://127.0.0.1:3128 |
Hi, do I need to fill in the proxy URL every time I use OpenAI API? |
At the moment, you need to input proxy url for every new ChatOpenAI node added to chatflow I know it's better if we have a new ui to manage proxy url globaly... just like api key management ui |
Add Proxy URL option for Open AI chat model