mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Rename Kobold-related endpoints
This commit is contained in:
@@ -173,7 +173,7 @@ function tryParseStreamingError(response, decoded) {
|
||||
}
|
||||
|
||||
export async function generateKoboldWithStreaming(generate_data, signal) {
|
||||
const response = await fetch('/generate', {
|
||||
const response = await fetch('/api/backends/kobold/generate', {
|
||||
headers: getRequestHeaders(),
|
||||
body: JSON.stringify(generate_data),
|
||||
method: 'POST',
|
||||
|
Reference in New Issue
Block a user