We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b11e52 commit cf62d07Copy full SHA for cf62d07
openai/init.lua
@@ -1,4 +1,4 @@
1
-local VERSION = "1.2.0"
+local VERSION = "1.3.0"
2
local ltn12 = require("ltn12")
3
local cjson = require("cjson")
4
local unpack = table.unpack or unpack
openai/init.moon
-VERSION = "1.2.0"
+VERSION = "1.3.0"
ltn12 = require "ltn12"
cjson = require "cjson"
0 commit comments