Skip to content

Commit

Permalink
fix: constant
Browse files Browse the repository at this point in the history
  • Loading branch information
YOYZHANG committed Oct 21, 2024
1 parent 201b88f commit d9b3cd3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions frontend/src/lib/constant.ts
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit d9b3cd3

Please sign in to comment.