Skip to content
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

Closed
RupertWalsh opened this issue Aug 12, 2023 · 7 comments
Closed

ChatGPT Model versions updated in Australia East #157

RupertWalsh opened this issue Aug 12, 2023 · 7 comments
Milestone

Comments

@RupertWalsh
Copy link
Collaborator

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

  • GitHub branch: main
  • Latest commit: [obtained by running git log -n 1 <branchname>

Additional context
Add any other context about the problem here.

@RandomDrew
Copy link
Collaborator

thanks @RupertWalsh this helped me with my Aussie deployment.

@dayland
Copy link
Contributor

dayland commented Aug 14, 2023

Thanks @RupertWalsh. We are addressing this in our next release candidate 0.3-Gamma. #151

@dayland dayland added this to the 0.3-Gamma milestone Aug 14, 2023
@RupertWalsh
Copy link
Collaborator Author

@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?

@dayland
Copy link
Contributor

dayland commented Aug 24, 2023

@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.

@RandomDrew
Copy link
Collaborator

@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?

@dayland
Copy link
Contributor

dayland commented Sep 5, 2023

@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.

@dayland
Copy link
Contributor

dayland commented Sep 14, 2023

Resolved in 0.3 Gamma release. Please update to the Gamma release.

@dayland dayland closed this as completed Sep 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants