1. Tasks
  2. GPT Chat Task (LLM Task)

Tasks

GPT Chat Task (LLM Task)

This task manages all the messages and calling of LLMs to enable rich AI features in Stubber. It can be used to pass in starting messages and get a response from an LLM assistant. The task will use the default feedback action _update_from_chat_assistant to respond with the assistant's reply.

NOTE

To see a list of supported LLM Models, see the LLM Models page.

In this section

Basic usage

Start a chat with the default model.

loading...