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 d962621 commit b5c112cCopy full SHA for b5c112c
spec/openai/client/batches_spec.rb
@@ -40,10 +40,10 @@
40
let(:cassette) { "batches create" }
41
let(:response) do
42
OpenAI::Client.new.batches.create(parameters: {
43
- input_file_id: "file-7Z7mpvlObMQXQH2f2VbnhUqT",
44
- endpoint: "/v1/chat/completions",
45
- completion_window: "24h"
46
- })
+ input_file_id: "file-7Z7mpvlObMQXQH2f2VbnhUqT",
+ endpoint: "/v1/chat/completions",
+ completion_window: "24h"
+ })
47
end
48
49
it "succeeds" do
0 commit comments