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 84c6a9a commit 7124e46Copy full SHA for 7124e46
lib/openai/http.rb
@@ -92,7 +92,7 @@ def uri(path:)
92
end
93
94
95
- def azure_uri(path:)
+ def azure_uri(path)
96
base = File.join(@uri_base, path)
97
98
# Remove the deployment to support assistants for azure
0 commit comments