Method: OmniAI::Speak#initialize
- Defined in:
- lib/omniai/speak.rb
#initialize(input, client:, model:, voice:, speed: nil, format: DEFAULT_FORMAT) ⇒ Speak
77 78 79 80 81 82 83 84 |
# File 'lib/omniai/speak.rb', line 77 def initialize(input, client:, model:, voice:, speed: nil, format: DEFAULT_FORMAT) @input = input @client = client @model = model @voice = voice @speed = speed @format = format end |