mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Remove obsolete logs and improve documentation
This commit is contained in:
@ -409,7 +409,6 @@ function formatWorldInfo(value) {
|
||||
function populateChatHistory(prompts, chatCompletion) {
|
||||
// Chat History
|
||||
chatCompletion.add(new MessageCollection('chatHistory'), prompts.index('chatHistory'));
|
||||
console.log(openai_settings)
|
||||
const mainChat = selected_group ? oai_settings.new_group_chat_prompt : oai_settings.new_chat_prompt;
|
||||
const mainChatMessage = new Message('system', mainChat, 'newMainChat');
|
||||
|
||||
|
Reference in New Issue
Block a user