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 version needs to be changed to '0301' #1

Closed
PlagueHO opened this issue Mar 10, 2023 · 3 comments
Closed

ChatGPT model version needs to be changed to '0301' #1

PlagueHO opened this issue Mar 10, 2023 · 3 comments

Comments

@PlagueHO
Copy link

Please provide us with the following information:

This issue is for a: (mark with an x)

- [x] bug report -> please search issues before submitting
- [ ] feature request
- [ ] documentation issue or request
- [ ] regression (a behavior that used to work and stopped in a new release)

Minimal steps to reproduce

Run the az up on the sample.

Any log messages given by the failure

ERROR: deployment failed: error deploying infrastructure: failed deploying: deploying to subscription:

Deployment Error Details:
InvalidTemplateDeployment: The template deployment 'openai' is not valid according to the validation procedure. The tracking id is '72f18fff-ca05-4848-8786-e08a33fad548'. See inner errors for details.
DeploymentModelNotSupported: The model 'Format: OpenAI, Name: gpt-35-turbo, Version: 1' of account deployment is not supported.

Expected/desired behavior

The demo deploys correctly without error.

OS and Version?

Windows 11

Versions

Latest

Mention any other details that might be useful

To fix, change https://github.com/Azure-Samples/azure-search-openai-demo/blob/main/infra/main.bicep#L109 to 0301.


Thanks! We'll be in touch soon.

@pablocastro
Copy link
Collaborator

Thanks for reporting. Fixed in 2d66629

@sivi3883
Copy link

sivi3883 commented Jul 5, 2023

@pablocastro The demo code works perfectly! Thanks a bunch.
I am trying to deploy the gpt-35-turbo model 0613 version to see if this model version follows the prompt instruction more aggressively than 0301 (which is referred in the demo code). I changed the version from 0301 to 0613 in the main.bicep file and ran azd up but only the gpt-35-turbo model 0301 keeps getting deployed. Please let me know how to fix this issue.

@pamelafox
Copy link
Collaborator

@sivi3883 Please see #43

pamelafox added a commit that referenced this issue Sep 7, 2023
* Deploy to Azure Container Apps (#1)

* Remove defaults for getenv

* Remove print

* missing output

* Support deployment to ACA

* Dockerize prepdocs

* Add Anthonys changes for prepdocs

---------

Co-authored-by: Anthony Chu <anthony@anthonychu.ca>

* Update resources

* Update prepdocs command

* Add log to append blob

* Add uploader app

* Change client app folder

* Containerize uploader, start job

* Small changes

---------

Co-authored-by: Pamela Fox <pamela.fox@gmail.com>
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

4 participants