diff options
| author | opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com> | 2025-12-07 22:19:39 -0600 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-12-07 22:19:39 -0600 |
| commit | 586a8b7b3131ae5f58be4e1c9576e498cc92e1b1 (patch) | |
| tree | c0ad8fa57c92b162dec8523c0f490384811750f0 | |
| parent | 981744f8025e3151275ace8ad064589f75fa68e0 (diff) | |
| download | opencode-586a8b7b3131ae5f58be4e1c9576e498cc92e1b1.tar.gz opencode-586a8b7b3131ae5f58be4e1c9576e498cc92e1b1.zip | |
docs: azure content filter note (#5212)
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: rekram1-node <[email protected]>
Co-authored-by: GitHub Action <[email protected]>
| -rw-r--r-- | packages/web/src/content/docs/providers.mdx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/packages/web/src/content/docs/providers.mdx b/packages/web/src/content/docs/providers.mdx index 239dbe8e4..9d51057a8 100644 --- a/packages/web/src/content/docs/providers.mdx +++ b/packages/web/src/content/docs/providers.mdx @@ -173,6 +173,10 @@ Or if you already have an API key, you can select **Manually enter API Key** and ### Azure OpenAI +:::note +If you encounter "I'm sorry, but I cannot assist with that request" errors, try changing the content filter from **DefaultV2** to **Default** in your Azure resource. +::: + 1. Head over to the [Azure portal](https://portal.azure.com/) and create an **Azure OpenAI** resource. You'll need: - **Resource name**: This becomes part of your API endpoint (`https://RESOURCE_NAME.openai.azure.com/`) - **API key**: Either `KEY 1` or `KEY 2` from your resource |
