chatgpt-vscode icon indicating copy to clipboard operation
chatgpt-vscode copied to clipboard

Azure OpenAI Service Endpoint not working

Open WalkerSasser opened this issue 1 year ago • 1 comments

Verify it's not a duplicate bug report

Describe the Bug

  • enter full azure openai service endpoint in VS Code GENIE extension settings: https://myinstance.openai.azure.com/openai/deployments/gpt-4-32k-completions?api-version=2022-12-01
  • set api key when prompted after attempting to use GENIE to send request to api endpoint
  • receive the following error: "Only absolute URLs are supported"

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

I only entered the endpoint for Azure OpenAI Service

Additional context

No response

WalkerSasser avatar Apr 26 '23 16:04 WalkerSasser

Same action but with another error: ”HTTP 404 Not Found. 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.

{"error":{"code":"404","message": "Resource not found"}}“

hiber-niu avatar May 06 '23 02:05 hiber-niu