From e3230c02cb452400c7a2724b3cfb4befdacbcabe Mon Sep 17 00:00:00 2001 From: marshyski <3740784+marshyski@users.noreply.github.com> Date: Tue, 6 Aug 2024 21:07:34 -0400 Subject: [PATCH] Fix MODEL_URL in config.js --- ui/static/js/config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/static/js/config.js b/ui/static/js/config.js index 932380e..243354c 100755 --- a/ui/static/js/config.js +++ b/ui/static/js/config.js @@ -1,2 +1,2 @@ -export const URL = 'http://127.0.0.1:5000' -export const MODEL_URL = 'https://54.159.74.29:8000/v1/models/rag?q=' +export const URL = "http://127.0.0.1:5000"; +export const MODEL_URL = "https://127.0.0.1:8444/v1/models/rag?q=";