Skip to content

Commit cf75406

Browse files
committed
Take Batches out of beta
1 parent 9a4667a commit cf75406

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)