This repository was archived by the owner on Jun 23, 2026. It is now read-only.
Update openai module and add network link - #42
Open
Sofia Ferreira (soferreira) wants to merge 3 commits into
Open
Update openai module and add network link#42Sofia Ferreira (soferreira) wants to merge 3 commits into
Sofia Ferreira (soferreira) wants to merge 3 commits into
Conversation
zioproto
suggested changes
Oct 11, 2024
zioproto
approved these changes
Oct 14, 2024
zioproto
suggested changes
Oct 14, 2024
zioproto
left a comment
Contributor
There was a problem hiding this comment.
Sofia Ferreira (@soferreira) running with the default settings I get the following error:
Deployment Name: "text-embedding-ada-002"): performing CreateOrUpdate: unexpected status 400 (400 Bad Request) with error: InvalidResourceProperties: The specified SKU 'GlobalStandard' of account deployment is not supported by the model 'text-embedding-ada-002' version: '2'.
and
Deployment Name: "gpt-4o"): performing CreateOrUpdate: unexpected status 400 (400 Bad Request) with error: InsufficientQuota: This operation require 120 new capacity in quota Tokens Per Minute (thousands) - gpt-4o - GlobalStandard, which is bigger than the current available capacity 0. The current quota usage is 30 and the quota limit is 30 for quota Tokens Per Minute (thousands) - gpt-4o - GlobalStandard.
zioproto
reviewed
Oct 14, 2024
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Purpose
Replace openai with avm-res-cognitiveservices-account module.
Add azurerm_private_dns_zone and azurerm_private_dns_zone_virtual_network_link resource as they are not created by the new module automatically.
Does this introduce a breaking change?
Pull Request Type
What kind of change does this Pull Request introduce?