-
Notifications
You must be signed in to change notification settings - Fork 758
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
ChatGPT Model versions updated in Australia East #157
Comments
thanks @RupertWalsh this helped me with my Aussie deployment. |
Thanks @RupertWalsh. We are addressing this in our next release candidate 0.3-Gamma. #151 |
@dayland I have found another issue, gpt-35-turbo 0613 only supports chat, and no longer supports completions. Will you be updating the back end to use ChatCompletion instead of Completion method? |
@RupertWalsh , our next release 0.3-Gamma will switch to using Chat/Completion APIs and will support gpt4, gpt-35-turbo 0301 & 0613. You can preview this in our vNext-Dev branch. |
@dayland I deployed the vNext-Dev branch last night into the Australia East region. All appeared to go well with the deployment reported as successful, however the web app won't start up, showing this error when I hit the url. :( Application Error If you are the application administrator, you can access the diagnostic resources. There appears to be an issue with the container - has anyone else seen a similar error? |
@RandomDrew , please check your App Settings in the Azure Portal for you App Service. There had been a bug where the AOAI instance and key were not being populated automatically. |
Resolved in 0.3 Gamma release. Please update to the Gamma release. |
Describe the bug
Error when doing deployment to Australia East
InvalidResourceProperties - The specified SKU 'Standard' for model 'gpt-35-turbo 0301' is not supported in this region 'australiaeast'.
To fix this I updated main.bicep line 147: version: '0613' as this is the only version available in Australia East
To Reproduce
Steps to reproduce the behavior:
in bash terminal $ make deploy
Expected behavior
Should complete deployment
Alpha version details
git log -n 1 <branchname>
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: