From 3a2437169da3372e250352819fbc53442df4633b Mon Sep 17 00:00:00 2001 From: "Gyarbij (Chono N)" <49493993+Gyarbij@users.noreply.github.com> Date: Sun, 23 Jun 2024 02:04:29 +0200 Subject: [PATCH] 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. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b12ab48..2530649 100644 --- a/README.md +++ b/README.md @@ -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