This is an automated email from the ASF dual-hosted git repository.
baoyuan 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 a8b07ffd2 fix(conf): correct AI plugin priority comments in
config.yaml.example (#12926)
a8b07ffd2 is described below
commit a8b07ffd2dd665e169bb0103bc49b25f480800c9
Author: Sihyeon Jang <[email protected]>
AuthorDate: Wed Mar 18 18:14:06 2026 +0900
fix(conf): correct AI plugin priority comments in config.yaml.example
(#12926)
---
conf/config.yaml.example | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/conf/config.yaml.example b/conf/config.yaml.example
index a32499710..520f77938 100644
--- a/conf/config.yaml.example
+++ b/conf/config.yaml.example
@@ -510,8 +510,10 @@ plugins: # plugin list (sorted
by priority)
- ai-prompt-decorator # priority: 1070
- ai-prompt-guard # priority: 1072
- ai-rag # priority: 1060
+ - ai-aws-content-moderation # priority: 1050
+ - ai-proxy-multi # priority: 1041
+ - ai-proxy # priority: 1040
- ai-rate-limiting # priority: 1030
- - ai-aws-content-moderation # priority: 1040 TODO: compare priority
with other ai plugins
- proxy-mirror # priority: 1010
- proxy-rewrite # priority: 1008
- workflow # priority: 1006
@@ -520,8 +522,6 @@ plugins: # plugin list (sorted by
priority)
- limit-count # priority: 1002
- limit-req # priority: 1001
#- node-status # priority: 1000
- - ai-proxy # priority: 999
- - ai-proxy-multi # priority: 998
#- brotli # priority: 996
- gzip # priority: 995
#- server-info # priority: 990