Skip to content

Commit

Permalink
update priority
Browse files Browse the repository at this point in the history
  • Loading branch information
shreemaan-abhishek committed Sep 12, 2024
1 parent 5831108 commit ab4c37e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion apisix/plugins/ai-proxy.lua
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ local ngx_flush = ngx.flush
local plugin_name = "ai-proxy"
local _M = {
version = 0.5,
priority = 1004,
priority = 1055,
name = plugin_name,
schema = schema,
}
Expand Down
1 change: 1 addition & 0 deletions conf/config.yaml.example
Original file line number Diff line number Diff line change
Expand Up @@ -478,6 +478,7 @@ plugins: # plugin list (sorted by priority)
- body-transformer # priority: 1080
- ai-prompt-template # priority: 1071
- ai-prompt-decorator # priority: 1070
- ai-proxy # priority: 1055
- proxy-mirror # priority: 1010
- proxy-rewrite # priority: 1008
- workflow # priority: 1006
Expand Down

0 comments on commit ab4c37e

Please sign in to comment.