mirror of
https://github.com/oddluck/limnoria-plugins.git
synced 2025-04-25 20:41:21 -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(
|
conf.registerChannelValue(
|
||||||
ChatGPT,
|
ChatGPT,
|
||||||
"temperature",
|
"temperature",
|
||||||
registry.Integer(
|
registry.Float(
|
||||||
1,
|
1,
|
||||||
_(
|
_(
|
||||||
"""
|
"""
|
||||||
@ -93,7 +93,7 @@ conf.registerChannelValue(
|
|||||||
conf.registerChannelValue(
|
conf.registerChannelValue(
|
||||||
ChatGPT,
|
ChatGPT,
|
||||||
"top_p",
|
"top_p",
|
||||||
registry.Integer(
|
registry.Float(
|
||||||
1,
|
1,
|
||||||
_(
|
_(
|
||||||
"""
|
"""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user