add temperature and top-p input parameters

This commit is contained in:
Paulo Santos
2026-02-04 12:12:14 +00:00
committed by GitHub
parent a6101c89c6
commit 5b62ecd0dd
2 changed files with 17 additions and 2 deletions
+8
View File
@@ -46,6 +46,14 @@ inputs:
description: The maximum number of tokens to generate
required: false
default: '200'
temperature:
description: The sampling temperature to use (0-1)
required: false
default: ''
top-p:
description: The nucleus sampling parameter to use (0-1)
required: false
default: ''
token:
description: The token to use
required: false