Skip to content

Commit

Permalink
add beta flag
Browse files Browse the repository at this point in the history
  • Loading branch information
mirnawong1 committed Dec 3, 2024
1 parent 6315b54 commit c4ea959
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion website/docs/docs/cloud/account-integrations.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ To configure the AI integration in your dbt Cloud account, a dbt Cloud admin can
2. Enter the API key.
3. Click **Save**.

### Azure OpenAI
### Azure OpenAI <Lifecycle status="beta" />

Check warning on line 60 in website/docs/docs/cloud/account-integrations.md

View workflow job for this annotation

GitHub Actions / vale

[vale] website/docs/docs/cloud/account-integrations.md#L60

[custom.SentenceCaseHeaders] 'Azure OpenAI' should use sentence-style capitalization. Try '' instead.
Raw output
{"message": "[custom.SentenceCaseHeaders] 'Azure OpenAI' should use sentence-style capitalization. Try '' instead.", "location": {"path": "website/docs/docs/cloud/account-integrations.md", "range": {"start": {"line": 60, "column": 5}}}, "severity": "WARNING"}

**Deploying your own OpenAI model on Azure** https://learn.microsoft.com/en-us/azure/ai-studio/how-to/deploy-models-openai

Expand Down
2 changes: 1 addition & 1 deletion website/docs/docs/cloud/enable-dbt-copilot.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Once AI features have been enabled, you can provide your organization's OpenAI A

Configure AI keys using:
- [dbt Labs-managed OpenAI API key](/docs/cloud/account-integrations#dbt-labs-openai)
- [Azure OpenAI](/docs/cloud/account-integrations#azure-openai)
- [Azure OpenAI](/docs/cloud/account-integrations#azure-openai) <Lifecycle status="beta" />
- Or your own [OpenAI API key](/docs/cloud/account-integrations#openai-key)

For configuration details, see [Account integrations](/docs/cloud/account-integrations#ai).
2 changes: 1 addition & 1 deletion website/docs/docs/dbt-versions/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Release notes are grouped by month for both multi-tenant and virtual private clo
\* The official release date for this new format of release notes is May 15th, 2024. Historical release notes for prior dates may not reflect all available features released earlier this year or their tenancy availability.

## December 2024
- **New**: You can now configure AI keys using [Azure OpenAI](/docs/cloud/account-integrations#azure-openai). Additionally, you can use your own [OpenAI API key](/docs/cloud/account-integrations#openai-key) or use [dbt Labs-managed OpenAI](/docs/cloud/account-integrations#dbt-labs-openai) key. Refer to [Bring your own OpenAI API key (BYOK)](/docs/cloud/enable-dbt-copilot#bringing-your-own-openai-api-key-byok) for more information.
- **New**: You can now configure AI keys using [Azure OpenAI](/docs/cloud/account-integrations#azure-openai), available in beta. Additionally, you can use your own [OpenAI API key](/docs/cloud/account-integrations#openai-key) or use [dbt Labs-managed OpenAI](/docs/cloud/account-integrations#dbt-labs-openai) key. Refer to [Bring your own OpenAI API key (BYOK)](/docs/cloud/enable-dbt-copilot#bringing-your-own-openai-api-key-byok) for more information.

## November 2024
- **Fix**: Job environment variable overrides in credentials are now respected for Exports. Previously, they were ignored.
Expand Down

0 comments on commit c4ea959

Please sign in to comment.