This is an automated email from the ASF dual-hosted git repository.
ashishtiwari pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix.git
The following commit(s) were added to refs/heads/master by this push:
new 7dba83533 docs: fix typo in ai-proxy-multi doc (#12019)
7dba83533 is described below
commit 7dba835331d851912931a45261a4f304ff881200
Author: Shreemaan Abhishek <[email protected]>
AuthorDate: Thu Mar 6 11:59:27 2025 +0545
docs: fix typo in ai-proxy-multi doc (#12019)
---
docs/en/latest/plugins/ai-proxy-multi.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/en/latest/plugins/ai-proxy-multi.md
b/docs/en/latest/plugins/ai-proxy-multi.md
index bf0f459b7..b918b1d9d 100644
--- a/docs/en/latest/plugins/ai-proxy-multi.md
+++ b/docs/en/latest/plugins/ai-proxy-multi.md
@@ -1,5 +1,5 @@
---
-title: ai-proxy
+title: ai-proxy-multi
keywords:
- Apache APISIX
- API Gateway
@@ -29,7 +29,7 @@ description: This document contains information about the
Apache APISIX ai-proxy
## Description
-The `ai-prox-multi` plugin simplifies access to LLM providers and models by
defining a standard request format
+The `ai-proxy-multi` plugin simplifies access to LLM providers and models by
defining a standard request format
that allows key fields in plugin configuration to be embedded into the request.
This plugin adds additional features like `load balancing` and `retries` to
the existing `ai-proxy` plugin.