shreemaan-abhishek commented on code in PR #13307:
URL: https://github.com/apache/apisix/pull/13307#discussion_r3192788891
##########
apisix/plugins/ai-providers/base.lua:
##########
@@ -25,13 +25,11 @@ local mt = {
__index = _M
}
--- Maximum SSE buffer size per request (1 MB).
-local MAX_SSE_BUF_SIZE = 1024 * 1024
-
local core = require("apisix.core")
local plugin = require("apisix.plugin")
local url = require("socket.url")
local sse = require("apisix.plugins.ai-transport.sse")
+local eventstream = require("apisix.plugins.ai-transport.eventstream")
Review Comment:
Done in 3b667a854 — renamed the file to `aws-eventstream.lua`, the require
local to `aws_eventstream`, and the log prefix strings to `aws-eventstream:` so
the AWS scope is unambiguous.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]