mirror of
https://github.com/Balshgit/gpt_chat_bot.git
synced 2026-02-04 16:50:38 +03:00
get gpt service from balshdocker (#16)
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user