mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Remove obsolete debugging output
This commit is contained in:
@ -490,7 +490,6 @@ function populateDialogueExamples(prompts, chatCompletion) {
|
||||
|
||||
[...openai_msgs_example].forEach((dialogue, dialogueIndex) => {
|
||||
dialogue.forEach((prompt, promptIndex) => {
|
||||
console.log(prompt);
|
||||
const role = prompt.name === 'example_assistant' ? 'assistant' : 'user';
|
||||
const content = prompt.content || '';
|
||||
const identifier = `dialogueExamples ${dialogueIndex}-${promptIndex}`;
|
||||
|
Reference in New Issue
Block a user