Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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

...

Note

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

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.

...