Add seed to Kobold APi

This commit is contained in:
Cohee
2023-10-26 21:22:00 +03:00
parent b29f63f89e
commit 24f406917d
4 changed files with 19 additions and 0 deletions

View File

@ -262,6 +262,7 @@ class PresetManager {
'model_novel',
'streaming_kobold',
"enabled",
'seed',
];
const settings = Object.assign({}, getSettingsByApiId(this.apiId));