We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afe9082 commit f2dd072Copy full SHA for f2dd072
1 file changed
lua-openai-dev-1.rockspec
@@ -22,10 +22,10 @@ dependencies = {
22
build = {
23
type = "builtin",
24
modules = {
25
+ ["openai"] = "openai/init.lua",
26
["openai.chat_completions"] = "openai/chat_completions.lua",
27
["openai.compat.gemini"] = "openai/compat/gemini.lua",
28
["openai.compat.openrouter"] = "openai/compat/openrouter.lua",
- ["openai"] = "openai/init.lua",
29
["openai.responses"] = "openai/responses.lua",
30
["openai.sse"] = "openai/sse.lua",
31
}
0 commit comments