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.
260 |
# File 'sig/types.rbs', line 260
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.
254 255 256 |
# File 'sig/types.rbs', line 254 def file @file end |
#language ⇒ String? (readonly)
Returns the value of attribute language.
255 256 257 |
# File 'sig/types.rbs', line 255 def language @language end |
#model ⇒ String (readonly)
Returns the value of attribute model.
253 254 255 |
# File 'sig/types.rbs', line 253 def model @model end |
#prompt ⇒ String? (readonly)
Returns the value of attribute prompt.
256 257 258 |
# File 'sig/types.rbs', line 256 def prompt @prompt end |
#response_format ⇒ String? (readonly)
Returns the value of attribute response_format.
257 258 259 |
# File 'sig/types.rbs', line 257 def response_format @response_format end |
#temperature ⇒ Float? (readonly)
Returns the value of attribute temperature.
258 259 260 |
# File 'sig/types.rbs', line 258 def temperature @temperature end |