mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Exported getChatCompletionModel with optional parameter
This commit is contained in:
@ -57,7 +57,7 @@ import { groups, openGroupChat, selected_group } from './group-chats.js';
|
||||
import { t, translate } from './i18n.js';
|
||||
import { hideLoader, showLoader } from './loader.js';
|
||||
import { MacrosParser } from './macros.js';
|
||||
import { oai_settings } from './openai.js';
|
||||
import { getChatCompletionModel, oai_settings } from './openai.js';
|
||||
import { callGenericPopup, Popup, POPUP_RESULT, POPUP_TYPE } from './popup.js';
|
||||
import { power_user, registerDebugFunction } from './power-user.js';
|
||||
import { getPresetManager } from './preset-manager.js';
|
||||
@ -200,6 +200,7 @@ export function getContext() {
|
||||
getTextGenServer,
|
||||
extractMessageFromData,
|
||||
getPresetManager,
|
||||
getChatCompletionModel,
|
||||
};
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user