lib/omniai/client.rb in omniai-1.1.0 vs lib/omniai/client.rb in omniai-1.1.1

- old
+ new

@@ -54,10 +54,10 @@ # @param prompt [String, nil] optional # @param temperature [Float, nil] optional # @param format [Symbol] :text, :srt, :vtt, or :json (default) # # @return text [OmniAI::Transcribe::Transcription] - def transcribe(file, model:, language: nil, prompt: nil, temperature: nil, format: Transcription::Format::JSON) + def transcribe(file, model:, language: nil, prompt: nil, temperature: nil, format: nil) raise NotImplementedError, "#{self.class.name}#speak undefined" end end end