Chat API
Last updated
Was this helpful?
Last updated
Was this helpful?
The Chat API currently do not support the following parameters:
model, temperate, max_tokens
stream will be set to false ( xNomad Agents currently do not support streaming
Generates a model response for the given chat conversation.
ID of the model to use.
What sampling temperature to use, between 0 and 2.
1
Example: 0
The maximum number of tokens to generate in the chat completion.
1
Example: 0
If set, partial message deltas will be sent.
false
Example: false
OK