Revolyssup commented on code in PR #12462: URL: https://github.com/apache/apisix/pull/12462#discussion_r2230826838
########## t/plugin/ai-rate-limiting.t: ########## @@ -891,19 +891,7 @@ passed ], "ssl_verify": false }, - "ai-rate-limiting": { - "instances": [ - { - "name": "openai-gpt3", - "limit": 50, - "time_window": 60 - }, - { - "name": "openai-gpt4", - "limit": 20, - "time_window": 60 - } - ] + "ai-rate-limiting": {"instances": [{"name": "openai-gpt3","limit": 50,"time_window": 60},{"name": "openai-gpt4","limit": 20,"time_window": 60}] Review Comment: https://github.com/apache/apisix/actions/runs/16519816286/job/46718888247?pr=12462 to fix inlined code too long err -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@apisix.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org