Handbook
Glossary
<transcription> ( file model -- transcription )
Vocabulary
openai
Inputs
file
an
object
model
an
object
Outputs
transcription
an
object
Definition
USING:
accessors
kernel
;
IN:
openai
:
<transcription>
( file model -- transcription )
transcription
new
swap
>>model
swap
>>file
;