Chat Temperature
Configure the model temperature used for generating responses.
Summary
- Purpose: Set the temperature to influence determinism vs. creativity
- Audience: Integrators
- Prereqs: Configuration Scripts
Note: This script is optional and typically for advanced use. Many teams can leave the default value.
Steps
- Open the FileMaker Script Workspace.
- In
ProofChat Integration → Configuration → Optional
, edit the script namedConfigure Chat Temperature
. - Set the
$temperature
variable to the value you want (e.g.,0.2
for deterministic,1.0
for balanced,>1
for more variety). - Exit the script by returning
$temperature
. ProofChat reads this value when starting a chat.
What this looks like
Guidance
- Lower values produce more predictable, repeatable answers; higher values can be more diverse and creative.
- Make changes gradually and validate with representative prompts from your users.
- If you also use model‑specific overrides in
Chat Parameters
, let this temperature serve as the general default.
How to test it
- Start a new chat and ask a question twice, looking for variation (e.g., "draft three subject lines").
- Lower temperature, start a new chat, and ask again; results should be more similar each run.
- Increase temperature, start a new chat, and ask again; outputs should vary more.