ai-genie/chatgpt-vscode

How can I shut down the stream generation?

UltraZeroyH opened this issue · 1 comments

Verify it's not a duplicate bug report

Describe the Bug

HTTP 400 Bad Request. You may have exhausted your OpenAI subscription allowance or have an expired account. You can clear your API Key from VS Code's secrets storage with Genie: Clear API Key command. Check your allowance and account's expiration date here: https://platform.openai.com/account/usage

                {
                    "message": "Streaming completion is not support yet, please remove 'stream' key value in the request payload."
                }

I got the message above, but I don't know how to set stream=False. There is no way for me to change the request payload.

Please tell us if you have customized any of the extension settings or whether you are using the defaults.

I enter my own Azure API, and it doesn't support stream.

Additional context

No response

Could you make sure that you are providing the correct url for your azure deployment? It should look like this "https://your-endpoint-base.openai.azure.com/openai/deployments/your-azure-model-name/completions?api-version=2022-12-01". And if you provide the right url, then it shouldn't try to stream.