Grooper Help - Version 25.0
25.0.0017 2,127
  • Overview
  • Help Status

Chat Parameters

Grooper Object Grooper.GPT

Configures how large language model (LLM) completions behave.

Remarks

The Chat Parameters class defines a set of options for tuning the behavior of LLM completion requests in Grooper. These parameters allow users to control the randomness, diversity, and topicality of generated responses, enabling tailored outputs for a wide range of scenarios.

Typical usage involves adjusting one or more parameters to guide the model’s output toward the desired style or content. For example, increasing randomness for creative tasks, or reducing repetition for summarization.

Configuration Guidance

  • Adjust either 'Temperature' or 'Top P' to control randomness and diversity, but not both simultaneously.
  • Use 'Presence Penalty' and 'Frequency Penalty' together to reduce repetition and encourage broader topic coverage.

Usage in Grooper

Chat Parameters are used throughout Grooper to influence LLM completions for document processing, data extraction, and other AI-driven tasks.

Impact

Proper configuration of ChatParameters can significantly affect the quality, creativity, and reliability of LLM outputs. Experimentation is recommended to find the best settings for your specific use case.

Properties

NameTypeDescription

Used By

Notification