Class: LiterLlm::CreateTranscriptionRequest
- Inherits:
-
Object
- Object
- LiterLlm::CreateTranscriptionRequest
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#file ⇒ String?
Returns the value of attribute file.
-
#language ⇒ String?
Returns the value of attribute language.
-
#model ⇒ String?
Returns the value of attribute model.
-
#prompt ⇒ String?
Returns the value of attribute prompt.
-
#response_format ⇒ String?
Returns the value of attribute response_format.
-
#temperature ⇒ Float?
Returns the value of attribute temperature.
Instance Method Summary collapse
-
#initialize ⇒ CreateTranscriptionRequest
constructor
A new instance of CreateTranscriptionRequest.
Constructor Details
#initialize ⇒ CreateTranscriptionRequest
Returns a new instance of CreateTranscriptionRequest.
335 |
# File 'sig/types.rbs', line 335
def initialize: (?model: String, ?file: String, ?language: String, ?prompt: String, ?response_format: String, ?temperature: Float) -> void
|
Instance Attribute Details
#file ⇒ String?
Returns the value of attribute file.
329 330 331 |
# File 'sig/types.rbs', line 329 def file @file end |
#language ⇒ String?
Returns the value of attribute language.
330 331 332 |
# File 'sig/types.rbs', line 330 def language @language end |
#model ⇒ String?
Returns the value of attribute model.
328 329 330 |
# File 'sig/types.rbs', line 328 def model @model end |
#prompt ⇒ String?
Returns the value of attribute prompt.
331 332 333 |
# File 'sig/types.rbs', line 331 def prompt @prompt end |
#response_format ⇒ String?
Returns the value of attribute response_format.
332 333 334 |
# File 'sig/types.rbs', line 332 def response_format @response_format end |
#temperature ⇒ Float?
Returns the value of attribute temperature.
333 334 335 |
# File 'sig/types.rbs', line 333 def temperature @temperature end |