diff --git a/ChatGPT/config.py b/ChatGPT/config.py index 334d584..48847e5 100644 --- a/ChatGPT/config.py +++ b/ChatGPT/config.py @@ -80,7 +80,7 @@ conf.registerChannelValue( conf.registerChannelValue( ChatGPT, "temperature", - registry.Integer( + registry.Float( 1, _( """ @@ -93,7 +93,7 @@ conf.registerChannelValue( conf.registerChannelValue( ChatGPT, "top_p", - registry.Integer( + registry.Float( 1, _( """