Skip to content

Commit 4da745f

Browse files
authored
fix: Update http.rb
1 parent 7918c41 commit 4da745f

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
@@ -102,7 +102,7 @@ def azure_uri(path)
102102
base = base.gsub(%r{/deployments/[^/]+/},
103103
"/")
104104
end
105-
105+
106106
"#{base}?api-version=#{@api_version}"
107107
end
108108

0 commit comments

Comments
 (0)