Functionality
This module allows you to create your own assistant that executes a particular task without retrieving any information from your knowledge base. Examples of these scenarios include:
Translating text
Python code generation
Creating Jira tickets
More details can be found here: Your own Chat GPT assistant
Configuration settings (technical)
This section contain all configurable parameters.
General parameters
Parameter | Description |
---|---|
| used GPT model Default: |
| Temperature controls the level of creativity and originality of the outputs. This setting ranges from 0 to 1. At 0, the replies are highly mostly deterministic. Conversely, a temperature of 1 allows for a broad spectrum of variation in the responses. Default: |
Prompts
❗ Only adjust prompts if you are fully familiar with the code logic. Small changes can break the module or reduce the output quality.
Parameter | Description |
---|---|
| Default ChatGPT System Prompt Example for
|
Author |
---|