requestOptions.proxy Not Working #3442
Labels
area:configuration
Relates to configuration options
kind:bug
Indicates an unexpected problem or unintended behavior
"needs-triage"
Before submitting your bug report
Relevant environment info
...
"models": [
{
"model": "gpt-4-32k",
"contextLength": 128000,
"title": "Gpt-4-32k",
"systemMessage": "REDACTED",
"apiKey": "REDACTED",
"engine": "gpt-4-32k",
"apiBase": "REDACTED",
"apiVersion": "2024-02-15-preview",
"apiType": "azure",
"provider": "azure",
"requestOptions": {
"proxy": "REDACTED"
}
},
...
Description
It has been observed that the requestOptions.proxy parameter in the format http://user:pass@host:port does not work as expected. This prevents users from successfully routing requests through the specified proxy.
To reproduce
Configure the requestOptions.proxy parameter using the format http://user:pass@host:port.
Send a request to the API.
Observe that the request does not route through the specified proxy.
Workaround: Use Proxy Support with override and set the proxy in Visual Studio Code (VSC).
Log output
No response
The text was updated successfully, but these errors were encountered: