Skip to content

Commit 122f12e

Browse files
authored
Merge pull request #580 from alexrudall/chore/batches-out-of-beta
Take Batches out of beta
2 parents 9a4667a + cf75406 commit 122f12e

12 files changed

+645
-995
lines changed

lib/openai/batches.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module OpenAI
22
class Batches
33
def initialize(client:)
4-
@client = client.beta(assistants: OpenAI::Assistants::BETA_VERSION)
4+
@client = client
55
end
66

77
def list(parameters: {})

spec/fixtures/cassettes/batches_cancel.yml

Lines changed: 13 additions & 137 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

spec/fixtures/cassettes/batches_cancel_input.yml

Lines changed: 18 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)