Authors: | John Benediktsson |
Class | Superclass | Slots |
chat-completion | tuple | model messages temperature top_p n stream stop max_tokens presence_penalty frequency_penalty logit_bias user |
chat-message | tuple | role content |
completion | tuple | model prompt suffix max_tokens temperature top_p n stream logprobs echo stop presence_penalty frequency_penalty best_of logit_bias user |
edit | tuple | model input instruction n temperature top_p |
embeddings | tuple | model input user |
file-upload | tuple | file purpose |
fine-tune | tuple | training_file validation_file model n_epochs batch_size learning_rate_multiplier prompt_loss_weight compute_classification_metrics classification_n_classes classification_positive_class classification_betas suffix |
image-edit | tuple | image mask prompt n size response_format user |
image-generation | tuple | prompt n size response_format user |
image-variation | tuple | image n size response_format user |
moderation | tuple | input model |
transcription | tuple | file model prompt response_format temperature language |
translation | tuple | file model prompt response_format temperature |
openai-api-base |
openai-api-key |
openai-organization |
Word | Stack effect |
<chat-completion> | ( messages model -- chat-completion ) |
<chat-message> | ( role content -- chat-message ) |
<cheapest-chat-completion> | ( messages -- chat-completion ) |
<completion> | ( prompt model -- completion ) |
<edit> | ( instruction model -- edit ) |
<embeddings> | ( input model -- embeddings ) |
<file-upload> | ( file purpose -- file-upload ) |
<fine-tune> | ( training_file -- fine-tune ) |
<image-edit | ( image prompt -- image-edit ) |
<image-generation> | ( prompt -- image-generation ) |
<image-variation> | ( image -- image-variation ) |
<moderation> | ( input -- moderation ) |
<transcription> | ( file model -- transcription ) |
<translation> | ( file model -- translation ) |
add-human-readable-timestamps | ( models -- models ) |
best-openai-model | ( -- value ) |
cancel-fine-tune | ( fine-tune-id -- data ) |
chat-completions | ( chat-completion -- data ) |
cheapest-openai-model | ( -- value ) |
create-completion | ( completion -- data ) |
create-edit | ( edit -- data ) |
create-embeddings | ( embeddings -- data ) |
create-fine-tune | ( fine-tune -- data ) |
create-image | ( image-generation -- data ) |
create-image-edit | ( image-edit -- data ) |
create-image-variation | ( image-variation -- data ) |
create-moderation | ( moderation -- data ) |
create-transcription | ( transcription -- data ) |
create-translation | ( translation -- data ) |
delete-file | ( file-id -- data ) |
delete-model | ( model-id -- data ) |
list-files | ( -- files ) |
list-fine-tune-events | ( fine-tune-id -- data ) |
list-fine-tunes | ( -- data ) |
list-model-names | ( -- names ) |
list-models | ( -- models ) |
lmstudio-model-names | ( json -- names ) |
retrieve-file | ( file-id -- data ) |
retrieve-file-content | ( file-id -- content ) |
retrieve-fine-tune | ( fine-tune-id -- data ) |
retrieve-model | ( model-id -- data ) |
upload-file | ( file-upload -- data ) |
with-lmstudio | ( quot -- ) |
with-lmstudio-openai-key | ( quot -- ) |
with-openai-base | ( url quot -- ) |
Word | Stack effect |
chat-completion? | ( object -- ? ) |
chat-message? | ( object -- ? ) |
completion? | ( object -- ? ) |
edit? | ( object -- ? ) |
embeddings? | ( object -- ? ) |
file-upload? | ( object -- ? ) |
fine-tune? | ( object -- ? ) |
image-edit? | ( object -- ? ) |
image-generation? | ( object -- ? ) |
image-variation? | ( object -- ? ) |
moderation? | ( object -- ? ) |
transcription? | ( object -- ? ) |
translation? | ( object -- ? ) |
Vocabulary | Summary |
openai.ui |