mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
fix as per review
This commit is contained in:
@ -32,6 +32,7 @@ async function getExtrasVector(text, apiUrl, apiKey) {
|
||||
catch (error) {
|
||||
console.log('Failed to set up Extras API call:', error);
|
||||
console.log('Extras API URL given was:', apiUrl);
|
||||
throw error;
|
||||
}
|
||||
|
||||
const headers = {
|
||||
|
Reference in New Issue
Block a user