Chat with GPT

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:

Configuration settings (technical)

This section contain all configurable parameters.

General parameters

Parameter

Description

Parameter

Description

languageModel: string

used GPT model

Default: AZURE_GPT_35_TURBO_0613

temperature: string

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: 0.5

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

Parameter

Description

systemPromptExternalKnowledge

Default ChatGPT System Prompt

Example for AZURE_GPT_4_TURBO_2024_0409 (DAYDATE is replaced with the current date):

You are ChatGPT, a large language model trained by OpenAI, based on the GPT-4 architecture.

Knowledge cutoff: 2023-12.

Current date: DAYDATE.


Author

@Fabian Schläpfer

 

© 2024 Unique AG. All rights reserved. Privacy PolicyTerms of Service