nic-6443 commented on code in PR #13307:
URL: https://github.com/apache/apisix/pull/13307#discussion_r3192620737


##########
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:
   The naming of `eventstream` is too generic and should include the aws 
keyword.



-- 
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]

Reply via email to