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 b835341 commit 61354a0Copy full SHA for 61354a0
openai/chat_completions.lua
@@ -1,3 +1,4 @@
1
+local unpack = table.unpack or unpack
2
local cjson = require("cjson")
3
local types
4
types = require("tableshape").types
openai/chat_completions.moon
@@ -1,5 +1,7 @@
-- This is the legacy API https://platform.openai.com/docs/api-reference/chat
+unpack = table.unpack or unpack
+
5
cjson = require "cjson"
6
import types from require "tableshape"
7
0 commit comments