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 f08d1cb commit 317ea98Copy full SHA for 317ea98
spec/openai/client/client_spec.rb
@@ -93,10 +93,6 @@
93
expect(c1).to receive(:get).with(path: "/files").once
94
expect(c2).to receive(:get).with(path: "/files").once
95
96
- expect(c0).to receive(:get).with(path: "/fine-tunes").once
97
- expect(c1).to receive(:get).with(path: "/fine-tunes").once
98
- expect(c2).to receive(:get).with(path: "/fine-tunes").once
99
-
100
expect(c0).to receive(:json_post).with(path: "/images/generations", parameters: {}).once
101
expect(c1).to receive(:json_post).with(path: "/images/generations", parameters: {}).once
102
expect(c2).to receive(:json_post).with(path: "/images/generations", parameters: {}).once
0 commit comments