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