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 e724860 commit 31885eeCopy full SHA for 31885ee
openai/init.lua
@@ -1,4 +1,4 @@
1
-local VERSION = "1.4.2"
+local VERSION = "1.4.3"
2
local ltn12 = require("ltn12")
3
local cjson = require("cjson")
4
local unpack = table.unpack or unpack
openai/init.moon
-VERSION = "1.4.2"
+VERSION = "1.4.3"
ltn12 = require "ltn12"
cjson = require "cjson"
0 commit comments