-
Notifications
You must be signed in to change notification settings - Fork 78
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
Error: status code 404 message: Unrecognized request argument supplied: functions #89
Comments
same at my site. MacOS 13.5.2
OpenAI API Key was provided...
|
The issue is that you're using a the default model ( It's called out in the |
hi, |
@0GiS0 you are using a wrong endpoint, it must be openai, azure openai ( for the rest of the issue, as @gadkins pointed out, functions needs a |
Solved! In the doc It doesn’t specify the --custom-domain parameter! That’s why the endpoints are different. If we want the same endpoint *.openai.azure.com we must specify the parameter like this:
And that’s it 😊 |
This should be fixed with #110 |
Tried passing the --openai-endpoint --openai-deployment-name --openai-api-key as well as setting env vars resulted in the following error. Triple checked the values and still getting the same error.
⣯ Processing...Error: error, status code: 404, message: Unrecognized request argument supplied: functions
Happy to provide additional info, on a mac installed the package using brew.
Azure Open AI
GPT 35 turbo 0301
The text was updated successfully, but these errors were encountered: