The Run Prompt feature allows you to create dynamic column type by using custom prompts for LLM.
{{
to trigger a dropdown menu displaying all available columns.
{{column_name}}
).
Parameter | Description | Impact |
---|---|---|
Concurrency | Number of simultaneous prompt executions | Higher values increase speed but may hit API limits |
Temperature | Controls randomness of responses | 0: Deterministic, 1: More creative but less predictable |
Top P | Controls diversity in token selection | Lower values keep responses focused, higher values introduce variation |
Max Tokens | Defines maximum response length | Higher values allow longer responses but increase API usage |
Presence Penalty | Adjusts topic diversity | Higher values encourage diverse topics, lower values keep responses on a single topic |
Frequency Penalty | Reduces word/phrase repetition | Higher values discourage repetition, lower values allow it |