Skip to content

Commit

Permalink
bump the same azure openai api version
Browse files Browse the repository at this point in the history
  • Loading branch information
trentm committed Dec 11, 2024
1 parent 32c65e5 commit dd912f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/instrumentation-openai/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ deployment with the name 'gpt-4o-mini'):
```bash
AZURE_OPENAI_ENDPOINT=https://YOUR-ENDPOINT-NAME.openai.azure.com \
AZURE_OPENAI_API_KEY=... \
OPENAI_API_VERSION=2024-05-01-preview \
OPENAI_API_VERSION=2024-08-01-preview \
node use-chat.js
```
Expand Down
1 change: 1 addition & 0 deletions packages/instrumentation-openai/azure.env.template
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ AZURE_OPENAI_API_KEY=...

# Using `openai.AzureOpenAI` requires the API version to be set. You can
# use this or a different value.
# https://learn.microsoft.com/en-us/azure/ai-services/openai/api-version-deprecation
OPENAI_API_VERSION=2024-08-01-preview

# Set this to the *deployment name* in your Azure OpenAI endpoint that deployed
Expand Down

0 comments on commit dd912f9

Please sign in to comment.