mirror of
https://github.com/oddluck/limnoria-plugins.git
synced 2025-04-25 12:31:07 -05:00
ChatGPT: Fix incorrect config variable type
This commit is contained in:
parent
be72b1f4fb
commit
dfac3d2772
@ -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,
|
||||
_(
|
||||
"""
|
||||
|
Loading…
x
Reference in New Issue
Block a user