You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
No description provided.
The text was updated successfully, but these errors were encountered: