update url
This commit is contained in:
parent
0213049e10
commit
530bc4dd29
|
|
@ -2,13 +2,13 @@
|
|||
<script>
|
||||
(function() {
|
||||
var script = document.createElement("script");
|
||||
script.src = "http://localhost:8000/embed/chatbot.js";
|
||||
script.src = "https://askthispage.com/embed/chatbot.js";
|
||||
script.onload = function() {
|
||||
initializeChatbot({
|
||||
extra_urls: ["https://github.com/The-Pocket/PocketFlow/blob/main/.cursorrules"],
|
||||
prefixes: ["https://github.com/The-Pocket","https://the-pocket.github.io/"],
|
||||
chatbotName: 'PocketFlow Website Chatbot',
|
||||
wsUrl: 'ws://localhost:8000/api/ws/chat',
|
||||
wsUrl: 'wss://askthispage.com/api/ws/chat',
|
||||
instruction: '',
|
||||
isOpen: false
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in New Issue