Parameter | Type | Description |
---|---|---|
input | str | The input message to send to the chat model. |
is_stream | bool | The temperature parameter for the model. |
**kwargs | dict | Additional parameters to pass to the chat model. |
Output | Type | Description |
---|---|---|
ChatCompletion | object | A chat completion object in the OpenAI format + metrics computed by LLMstudio. |
.chat()
to make calls to your LLM.
string
or a message in the OpenAI format
.