Fix SD prefixes for first in the list
| @@ -783,7 +783,7 @@ async function onCharacterNegativePromptInput() { | ||
| 783 | 783 | } |
| 784 | 784 | |
| 785 | 785 | function getCharacterPrefix() { |
| 786 | 786 | if (!this_chid === undefined || selected_group) { |
| 787 | 787 | return ''; |
| 788 | 788 | } |
| 789 | 789 | |
| @@ -797,7 +797,7 @@ function getCharacterPrefix() { | ||
| 797 | 797 | } |
| 798 | 798 | |
| 799 | 799 | function getCharacterNegativePrefix() { |
| 800 | 800 | if (!this_chid === undefined || selected_group) { |
| 801 | 801 | return ''; |
| 802 | 802 | } |
| 803 | 803 | |