SkyeYoung commented on code in PR #12933:
URL: https://github.com/apache/apisix/pull/12933#discussion_r2717194240
##########
apisix/plugins/ai-drivers/openai-base.lua:
##########
@@ -27,29 +27,27 @@ local plugin = require("apisix.plugin")
local http = require("resty.http")
local url = require("socket.url")
local sse = require("apisix.plugins.ai-drivers.sse")
+local google_oauth = require("apisix.utils.google-cloud-oauth")
+
+local lrucache = require("resty.lrucache")
local ngx = ngx
local ngx_now = ngx.now
local table = table
local pairs = pairs
local type = type
local math = math
+local os = os
local ipairs = ipairs
local setmetatable = setmetatable
+local str_lower = string.lower
Review Comment:
```suggestion
```
--
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]