Skip to content

Commit

Permalink
Update packages/foundation-models/README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
deekshas8 authored Jan 15, 2025
1 parent ceedd7a commit 6b7e097
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/foundation-models/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ To disable caching, set the `useCache` parameter to `false` together with the `d
We are continously updating the OpenAI API version to match the latest version.
In case this behavior causes issues in your application, you can overwrite the API version.

To do this, set the `api-version` parameter in a `CustomRequestConfig` object, like the following:
To do this, set the `api-version` parameter in the `CustomRequestConfig` object, like the following:

```ts
const client = await new AzureOpenAiChatClient('gpt-35-turbo', {
Expand Down

0 comments on commit 6b7e097

Please sign in to comment.