mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Remove debug statement
This commit is contained in:
@ -39,7 +39,6 @@ function getTabbyHeaders() {
|
|||||||
|
|
||||||
function getOobaHeaders() {
|
function getOobaHeaders() {
|
||||||
const apiKey = readSecret(SECRET_KEYS.OOBA);
|
const apiKey = readSecret(SECRET_KEYS.OOBA);
|
||||||
console.log(apiKey);
|
|
||||||
|
|
||||||
return apiKey ? ({
|
return apiKey ? ({
|
||||||
'Authorization': `Bearer ${apiKey}`,
|
'Authorization': `Bearer ${apiKey}`,
|
||||||
|
Reference in New Issue
Block a user