Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
shreemaan-abhishek committed Sep 10, 2024
1 parent 57c59ab commit 093d7a9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apisix/plugins/ai-content-moderation.lua
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ local aws_instance = aws()
local next = next
local pairs = pairs
local unpack = unpack
local type = type
local ipairs = ipairs

local aws_comprehend_schema = {
type = "object",
Expand Down
1 change: 1 addition & 0 deletions apisix/plugins/ai/openai.lua
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
-- limitations under the License.
--
local core = require("apisix.core")
local ipairs = ipairs

local _M = {}

Expand Down

0 comments on commit 093d7a9

Please sign in to comment.