Skip to content

Commit 83be164

Browse files
authored
Merge pull request #599 from subquery/chore/update-ai-url-2
chore: update ai url
2 parents 54ffdaa + 464f16e commit 83be164

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/.vuepress/components/Chatbox.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,8 @@ enum ChatBotAnswerStatus {
116116
Error = "error",
117117
}
118118
119-
const chatUrl = "https://ai.subquery.network/v1/chat/completions";
119+
const chatUrl =
120+
"https://ai-reaction-backend.subquery.network/ai-rag/v1/chat/completions";
120121
// const chatUrl = "http://localhost:7827/v1/chat/completions";
121122
const showPopover = ref(false);
122123
const inputValue = ref("");

0 commit comments

Comments
 (0)