mirror of
https://github.com/jxxghp/MoviePilot-Plugins.git
synced 2026-03-27 10:05:57 +00:00
update(LexiAnnot): 增加上下文上限
This commit is contained in:
@@ -726,7 +726,7 @@ class LexiAnnot(_PluginBase):
|
||||
'label': '上下文窗口大小',
|
||||
'placeholder': '10',
|
||||
'type': 'number',
|
||||
'max': 20,
|
||||
'max': 100,
|
||||
'min': 1,
|
||||
'hint': '向Gemini发送的上下文长度'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user