We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1561ab6 commit e0a8256Copy full SHA for e0a8256
apisix/plugins/ai-proxy/schema.lua
@@ -139,7 +139,6 @@ _M.ai_proxy_schema = {
139
timeout = {
140
type = "integer",
141
minimum = 1,
142
- maximum = 60000,
143
default = 30000,
144
description = "timeout in milliseconds",
145
},
@@ -196,7 +195,6 @@ _M.ai_proxy_multi_schema = {
196
195
197
198
199
200
201
202
0 commit comments