Skip to content

Commit

Permalink
chore: Update Azure OAI proxy recommendation in README
Browse files Browse the repository at this point in the history
The code changes in this commit update the recommendation in the README.md file regarding the use of the Azure OAI proxy. It clarifies that while the proxy is convenient, it is recommended to use the official Azure OpenAI SDK or API directly in production environments or when building new services. The commit also adds a bullet point list highlighting the benefits of direct integration.

Note: This commit does not modify any code files.
  • Loading branch information
Gyarbij committed Jun 23, 2024
1 parent cd1cd03 commit 3a24371
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ This proxy is particularly useful for:

## Important Note

While this proxy serves as a convenient bridge, it's recommended to use the official Azure OpenAI SDK or API directly in production environments or when building new services. Direct integration offers:
While azure oai proxy serves as a convenient bridge, it's recommended to use the official Azure OpenAI SDK or API directly in production environments or when building new services.

Direct integration offers:

- Better performance
- More reliable and up-to-date feature support
Expand Down

0 comments on commit 3a24371

Please sign in to comment.