Add generic text completion API type (100% OAI compatible)

This commit is contained in:
Cohee
2024-12-13 01:12:10 +02:00
parent e7b53dcb46
commit 3167019faf
11 changed files with 100 additions and 3 deletions

View File

@@ -585,6 +585,7 @@ class PresetManager {
'openrouter_allow_fallbacks',
'tabby_model',
'derived',
'generic_model',
];
const settings = Object.assign({}, getSettingsByApiId(this.apiId));