openai / openai-node

Official JavaScript / TypeScript library for the OpenAI API
https://www.npmjs.com/package/openai
Apache License 2.0
7.97k stars 870 forks source link

docs(azure): example for custom base URL #1055

Closed AngelosP closed 2 months ago

AngelosP commented 2 months ago

Changes being requested

Improved the comment for AzureOpenAI's baseURL constructor parameter to offer an example. It's not easy to deduce that the /openai/ part should be included, so I think it's helpful to have an example that points that out and it's consistent with the comments of other constructor parameters.