Class: LiterLlm::CreateTranscriptionRequest
- Inherits:
-
Object
- Object
- LiterLlm::CreateTranscriptionRequest
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#file ⇒ String
readonly
Returns the value of attribute file.
-
#language ⇒ String?
readonly
Returns the value of attribute language.
-
#model ⇒ String
readonly
Returns the value of attribute model.
-
#prompt ⇒ String?
readonly
Returns the value of attribute prompt.
-
#response_format ⇒ String?
readonly
Returns the value of attribute response_format.
-
#temperature ⇒ Float?
readonly
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.
345 |
# File 'sig/types.rbs', line 345
def initialize: (?model: String, ?file: String, ?language: String, ?prompt: String, ?response_format: String, ?temperature: Float) -> void
|
Instance Attribute Details
#file ⇒ String (readonly)
Returns the value of attribute file.
339 340 341 |
# File 'sig/types.rbs', line 339 def file @file end |
#language ⇒ String? (readonly)
Returns the value of attribute language.
340 341 342 |
# File 'sig/types.rbs', line 340 def language @language end |
#model ⇒ String (readonly)
Returns the value of attribute model.
338 339 340 |
# File 'sig/types.rbs', line 338 def model @model end |
#prompt ⇒ String? (readonly)
Returns the value of attribute prompt.
341 342 343 |
# File 'sig/types.rbs', line 341 def prompt @prompt end |
#response_format ⇒ String? (readonly)
Returns the value of attribute response_format.
342 343 344 |
# File 'sig/types.rbs', line 342 def response_format @response_format end |
#temperature ⇒ Float? (readonly)
Returns the value of attribute temperature.
343 344 345 |
# File 'sig/types.rbs', line 343 def temperature @temperature end |