Skip to content

Commit 1b50a95

Browse files
authored
Update switching-endpoints.md
Fixing right-paren on AzureOpenAI object similar to other PR #117514
1 parent 131c540 commit 1b50a95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/ai-services/openai/how-to/switching-endpoints.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ client = AzureOpenAI(
5252
api_key=os.getenv("AZURE_OPENAI_KEY"),
5353
api_version="2023-10-01-preview",
5454
azure_endpoint = os.getenv("AZURE_OPENAI_ENDPOINT")
55-
)
55+
)
5656
```
5757

5858
</td>

0 commit comments

Comments
 (0)