All Bundles

Completion

Model response for a given chat conversation

Derived from: EndPoint

Operations

Complete

Model response for the given chat conversation

function : Complete(model:String, message:Pair<String,String>, token:String) ~ Completion
Parameters
NameTypeDescription
modelStringID of the model to use
messagePair<String,String>completion message.
tokenStringAPI token

Return
TypeDescription
Completioncompletion response # # TODO: https://www.youtube.com/watch?v=czvVibB2lRA&list=PLz-ep5RbHosU2hnz5ejezwaYpdMutMVB0&index=2 # Add: max_tokens, n, temperature #

Model response for the given chat conversation

function : Complete(model:String, message:Pair<String,String>, max_tokens:Int, temperature:Float, top_p:Float, token:String) ~ Completion
Parameters
NameTypeDescription
modelStringID of the model to use
messagePair<String,String>completion message
max_tokensIntmaximum number of completion tokens returned by the API
temperatureFloatamount of randomness in the response, valued between 0 inclusive and 2 exclusive
top_pFloatnucleus sampling threshold, valued between 0 and 1 inclusive
tokenStringAPI token

Return
TypeDescription
Completioncompletion response

Model response for the given chat conversation

function : Complete(model:String, messages:Vector<Pair<String,String>>) ~ Completion
Parameters
NameTypeDescription
modelStringID of the model to use
messagesVector<Pair<String,String>>list of messages comprising the conversation

Return
TypeDescription
Completioncompletion response # # TODO: https://www.youtube.com/watch?v=czvVibB2lRA&list=PLz-ep5RbHosU2hnz5ejezwaYpdMutMVB0&index=2 # Add: max_tokens, n, temperature #

Model response for the given chat conversation

function : Complete(model:String, messages:Vector<Pair<String,String>>) ~ Completion
Parameters
NameTypeDescription
modelStringID of the model to use
messagesVector<Pair<String,String>>list of messages comprising the conversation

Return
TypeDescription
Completioncompletion response

GetChoices

List of chat completion choices

method : public : GetChoices() ~ Vector<API.OpenAI.Chat.Choice>
Return
TypeDescription
Choice<>compleCalled: name='/chat/completionstion choices

GetCreatedAt

Unix timestamp (in seconds) of when the object instance was created

method : public : GetCreatedAt() ~ Int
Return
TypeDescription
Inttime with the object instance was created

GetFirstChoice

List of chat completion choices

method : public : GetFirstChoice() ~ API.OpenAI.Chat.Choice
Return
TypeDescription
Choicecompletion choices

GetId

Get object instance API ID

method : public : GetId() ~ String
Return
TypeDescription
Stringinstance ID

GetModel

ID of the model to use

method : public : GetModel() ~ String
Return
TypeDescription
StringID of the model to use

GetObject

Get the object type

method : public : GetObject() ~ String
Return
TypeDescription
Stringobject type

ToString

String representation of the object

method : public : ToString() ~ String
Return
TypeDescription
Stringstring representation