get gpt service from balshdocker (#16)

This commit is contained in:
Dmitry Afanasyev
2023-09-28 17:36:46 +03:00
committed by GitHub
parent 59363a495f
commit 61f3a351e2
14 changed files with 379 additions and 2184 deletions

View File

@@ -478,7 +478,7 @@ window.onload = async () => {
}, 1);
if (!window.location.href.endsWith(`#`)) {
if (/\{{chat_path}}\/.+/.test(window.location.href)) {
if (/{{chat_path}}\/.+/.test(window.location.href)) {
await load_conversation(window.conversation_id);
}
}