mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
On-fly switch of Markdown renderers
This commit is contained in:
@@ -115,7 +115,7 @@ async function regenerateGroup() {
|
||||
generateGroupWrapper();
|
||||
}
|
||||
|
||||
async function getGroupChat(id) {
|
||||
export async function getGroupChat(id) {
|
||||
const response = await fetch("/getgroupchat", {
|
||||
method: "POST",
|
||||
headers: {
|
||||
|
Reference in New Issue
Block a user