Method: OpenAI::Batches#initialize
- Defined in:
- lib/openai/batches.rb
#initialize(client:) ⇒ Batches
Returns a new instance of Batches.
3 4 5 |
# File 'lib/openai/batches.rb', line 3 def initialize(client:) @client = client end |
Returns a new instance of Batches.
3 4 5 |
# File 'lib/openai/batches.rb', line 3 def initialize(client:) @client = client end |