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 432a83e commit a956cd8Copy full SHA for a956cd8
openai/init.lua
@@ -1,4 +1,4 @@
1
-local VERSION = "1.1.0"
+local VERSION = "1.2.0"
2
local ltn12 = require("ltn12")
3
local cjson = require("cjson")
4
local unpack = table.unpack or unpack
openai/init.moon
-VERSION = "1.1.0"
+VERSION = "1.2.0"
ltn12 = require "ltn12"
cjson = require "cjson"
0 commit comments