Skip to content

Commit a8b07ff

Browse files
authored
fix(conf): correct AI plugin priority comments in config.yaml.example (#12926)
1 parent 5290139 commit a8b07ff

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

conf/config.yaml.example

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -510,8 +510,10 @@ plugins: # plugin list (sorted by priority)
510510
- ai-prompt-decorator # priority: 1070
511511
- ai-prompt-guard # priority: 1072
512512
- ai-rag # priority: 1060
513+
- ai-aws-content-moderation # priority: 1050
514+
- ai-proxy-multi # priority: 1041
515+
- ai-proxy # priority: 1040
513516
- ai-rate-limiting # priority: 1030
514-
- ai-aws-content-moderation # priority: 1040 TODO: compare priority with other ai plugins
515517
- proxy-mirror # priority: 1010
516518
- proxy-rewrite # priority: 1008
517519
- workflow # priority: 1006
@@ -520,8 +522,6 @@ plugins: # plugin list (sorted by priority)
520522
- limit-count # priority: 1002
521523
- limit-req # priority: 1001
522524
#- node-status # priority: 1000
523-
- ai-proxy # priority: 999
524-
- ai-proxy-multi # priority: 998
525525
#- brotli # priority: 996
526526
- gzip # priority: 995
527527
#- server-info # priority: 990

0 commit comments

Comments
 (0)