fix: update all internal links to joedown11-chatrag.hf.space (was llama-rag)
Browse files- static/addon.html +2 -2
- static/chat-loader.js +1 -1
static/addon.html
CHANGED
|
@@ -644,7 +644,7 @@
|
|
| 644 |
<!-- Animated Chatbot Icon -->
|
| 645 |
<div id="chat-icon"
|
| 646 |
style="width: 233px; height: 238px; display: flex; align-items: center; justify-content: center; pointer-events: none;">
|
| 647 |
-
<dotlottie-player src="https://joedown11-
|
| 648 |
background="transparent" speed="1" style="width: 100%; height: 100%; will-change: transform;" loop
|
| 649 |
autoplay>
|
| 650 |
</dotlottie-player>
|
|
@@ -844,7 +844,7 @@
|
|
| 844 |
}
|
| 845 |
|
| 846 |
// Chat Logic
|
| 847 |
-
const API_URL = "https://joedown11-
|
| 848 |
const BASE_URL = API_URL.replace("/api/chat", "");
|
| 849 |
let chatHistory = [];
|
| 850 |
let _pollInterval = null;
|
|
|
|
| 644 |
<!-- Animated Chatbot Icon -->
|
| 645 |
<div id="chat-icon"
|
| 646 |
style="width: 233px; height: 238px; display: flex; align-items: center; justify-content: center; pointer-events: none;">
|
| 647 |
+
<dotlottie-player src="https://joedown11-chatrag.hf.space/static/bot-icon.lottie"
|
| 648 |
background="transparent" speed="1" style="width: 100%; height: 100%; will-change: transform;" loop
|
| 649 |
autoplay>
|
| 650 |
</dotlottie-player>
|
|
|
|
| 844 |
}
|
| 845 |
|
| 846 |
// Chat Logic
|
| 847 |
+
const API_URL = "https://joedown11-chatrag.hf.space/api/chat";
|
| 848 |
const BASE_URL = API_URL.replace("/api/chat", "");
|
| 849 |
let chatHistory = [];
|
| 850 |
let _pollInterval = null;
|
static/chat-loader.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
|
| 2 |
(function () {
|
| 3 |
-
const baseUrl = 'https://joedown11-
|
| 4 |
|
| 5 |
|
| 6 |
const container = document.createElement('div');
|
|
|
|
| 1 |
|
| 2 |
(function () {
|
| 3 |
+
const baseUrl = 'https://joedown11-chatrag.hf.space';
|
| 4 |
|
| 5 |
|
| 6 |
const container = document.createElement('div');
|