#1627 Bypass status check and custom model for textgen type

This commit is contained in:
Cohee
2024-01-05 19:15:07 +02:00
parent 394e703d92
commit 5f93c30a96
4 changed files with 20 additions and 0 deletions

View File

@ -311,6 +311,8 @@ class PresetManager {
'ollama_model',
'server_urls',
'type',
'custom_model',
'bypass_status_check',
];
const settings = Object.assign({}, getSettingsByApiId(this.apiId));