mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Fix constant usage
This commit is contained in:
@ -2462,7 +2462,7 @@ async function getStatusOpen() {
|
|||||||
chat_completion_source: oai_settings.chat_completion_source,
|
chat_completion_source: oai_settings.chat_completion_source,
|
||||||
};
|
};
|
||||||
|
|
||||||
if (oai_settings.reverse_proxy && data.chat_completion_source !== 'openrouter') {
|
if (oai_settings.reverse_proxy && oai_settings.chat_completion_source !== chat_completion_sources.OPENROUTER) {
|
||||||
validateReverseProxy();
|
validateReverseProxy();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user