update url

This commit is contained in:
zachary62 2025-06-15 03:32:12 -04:00
parent 0213049e10
commit 530bc4dd29
1 changed files with 2 additions and 2 deletions

View File

@ -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
});