mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Move NovelAI endpoints to separate file
This commit is contained in:
@ -3744,7 +3744,7 @@ function getGenerateUrl() {
|
||||
} else if (main_api == 'textgenerationwebui') {
|
||||
generate_url = '/generate_textgenerationwebui';
|
||||
} else if (main_api == 'novel') {
|
||||
generate_url = '/generate_novelai';
|
||||
generate_url = '/api/novelai/generate';
|
||||
}
|
||||
return generate_url;
|
||||
}
|
||||
|
Reference in New Issue
Block a user