mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Add prompt manager setup
This commit is contained in:
@ -79,6 +79,7 @@ import {
|
||||
import {
|
||||
setOpenAIMessageExamples,
|
||||
setOpenAIMessages,
|
||||
setupOpenAIPromptManager,
|
||||
prepareOpenAIMessages,
|
||||
sendOpenAIRequest,
|
||||
loadOpenAISettings,
|
||||
@ -5107,6 +5108,7 @@ async function getSettings(type) {
|
||||
|
||||
// OpenAI
|
||||
loadOpenAISettings(data, settings);
|
||||
setupOpenAIPromptManager(settings);
|
||||
|
||||
// Horde
|
||||
loadHordeSettings(settings);
|
||||
|
Reference in New Issue
Block a user