Skip to content

Commit 7124e46

Browse files
committed
fix: fix method
1 parent 84c6a9a commit 7124e46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/openai/http.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ def uri(path:)
9292
end
9393
end
9494

95-
def azure_uri(path:)
95+
def azure_uri(path)
9696
base = File.join(@uri_base, path)
9797

9898
# Remove the deployment to support assistants for azure

0 commit comments

Comments
 (0)