We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 54ffdaa + 464f16e commit 83be164Copy full SHA for 83be164
docs/.vuepress/components/Chatbox.vue
@@ -116,7 +116,8 @@ enum ChatBotAnswerStatus {
116
Error = "error",
117
}
118
119
-const chatUrl = "https://ai.subquery.network/v1/chat/completions";
+const chatUrl =
120
+ "https://ai-reaction-backend.subquery.network/ai-rag/v1/chat/completions";
121
// const chatUrl = "http://localhost:7827/v1/chat/completions";
122
const showPopover = ref(false);
123
const inputValue = ref("");
0 commit comments