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

Parameterize the model version based on the region #24

Open
mbilalamjad opened this issue Nov 5, 2024 · 1 comment
Open

Parameterize the model version based on the region #24

mbilalamjad opened this issue Nov 5, 2024 · 1 comment

Comments

@mbilalamjad
Copy link

No description provided.

@ckittel
Copy link
Member

ckittel commented Nov 8, 2024

az cognitiveservices model list -l $LOCATION --query "sort([?model.name == 'gpt-35-turbo' && kind == 'OpenAI'].model.version)[-1]" -o tsv

In addition to implementing this, we need to call out that IaC shouldn't have dynamic parameters like this, all versions should be statically set for consistency between deployments. This is just a short cut for this walkthrough to avoid per-location variance.

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

2 participants