From d9b3cd30c55efbb9440937eae87fc69522cefbcd Mon Sep 17 00:00:00 2001 From: yoyzhang Date: Mon, 21 Oct 2024 15:55:50 +0800 Subject: [PATCH] fix: constant --- frontend/src/lib/constant.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/src/lib/constant.ts b/frontend/src/lib/constant.ts index d8a56c9..02af9f6 100644 --- a/frontend/src/lib/constant.ts +++ b/frontend/src/lib/constant.ts @@ -1,5 +1,5 @@ -// export const BASE_URL = "https://zhang-xxx-podcastlm-backend.hf.space/api/v1/chat" -// export const HOST_URL = "https://zhang-xxx-podcastlm-backend.hf.space" +export const BASE_URL = "https://zhang-xxx-podcastlm-backend.hf.space/api/v1/chat" +export const HOST_URL = "https://zhang-xxx-podcastlm-backend.hf.space" -export const BASE_URL = "http://localhost:8000/api/v1/chat" -export const HOST_URL = "http://localhost:8000" +// export const BASE_URL = "http://localhost:8000/api/v1/chat" +// export const HOST_URL = "http://localhost:8000"