You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: Update Azure OAI proxy recommendation in README
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.
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,9 @@ This proxy is particularly useful for:
30
30
31
31
## Important Note
32
32
33
-
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:
33
+
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.
0 commit comments