diff --git a/models/harnessed_reasoning_config.json b/models/harnessed_reasoning_config.json index acf5109..5e82a6d 100644 --- a/models/harnessed_reasoning_config.json +++ b/models/harnessed_reasoning_config.json @@ -116,6 +116,8 @@ "name": "temperature", "title": "LLM temperature (0.0-1.0)", "type": "float", + "length": 5, + "dec": 2, "nullable": "no", "default": "0.7" }, @@ -130,6 +132,8 @@ "name": "top_p", "title": "Top-p sampling parameter", "type": "float", + "length": 5, + "dec": 2, "nullable": "no", "default": "0.9" },