Closed selvasingh closed 1 year ago
az cognitiveservices account deployment create -g ${RESOURCE_GROUP} -n ${OPENAI_RESOURCE_NAME} --deployment-name text-embedding-ada-002 --model-name text-embedding-ada-002 --model-version "2" --model-format OpenAI --sku "Standard" --capacity 120
az cognitiveservices account deployment create -g ${RESOURCE_GROUP} -n ${OPENAI_RESOURCE_NAME} --deployment-name gpt-35-turbo-16k --model-name gpt-35-turbo-16k --model-version "0613" --model-format OpenAI --sku "Standard" --capacity 120
The first command worked. But the second one is a challenge:
@dingmeng-xue
The first command worked. But the second one is a challenge:
@dingmeng-xue
@selvasingh This is because the quota has only 60 left in this sub. All the AI services share the same quota in a sub.
see