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