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 56e82b5 commit 6304080Copy full SHA for 6304080
openai/init.lua
@@ -397,7 +397,7 @@ do
397
if _G.ngx then
398
self.config.http_provider = "lapis.nginx.http"
399
else
400
- self.config.http_provider = "ssl.https"
+ self.config.http_provider = "socket.http"
401
end
402
403
return require(self.config.http_provider)
openai/init.moon
@@ -415,7 +415,7 @@ class OpenAI
415
@config.http_provider = if _G.ngx
416
"lapis.nginx.http"
417
418
- "ssl.https"
+ "socket.http"
419
420
require @config.http_provider
421
0 commit comments