Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
shreemaan-abhishek committed Oct 9, 2024
1 parent 5b1be91 commit a3e47b2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 1 deletion.
Empty file.
1 change: 0 additions & 1 deletion apisix/plugins/ai-content-moderation.lua
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ function _M.rewrite(conf, ctx)

local provider = conf.provider[next(conf.provider)]

-- TODO support secret
local credentials = aws_instance:Credentials({
accessKeyId = provider.access_key_id,
secretAccessKey = provider.secret_access_key,
Expand Down

0 comments on commit a3e47b2

Please sign in to comment.