VietCat commited on
Commit
61bc1fa
·
1 Parent(s): 74d24d1

fix bug LLM

Browse files
Files changed (1) hide show
  1. app/main.py +1 -1
app/main.py CHANGED
@@ -56,7 +56,7 @@ VEHICLE_KEYWORDS = ["xe máy", "ô tô", "xe đạp", "xe hơi"]
56
  # Khởi tạo LLM client (ví dụ dùng HFS, bạn có thể đổi provider tuỳ ý)
57
  llm_client = create_llm_client(
58
  provider="hfs",
59
- base_url="https://vietcat-vietnameseembeddingv2.hf.space"
60
  )
61
 
62
  logger.info("[STARTUP] Mount health router...")
 
56
  # Khởi tạo LLM client (ví dụ dùng HFS, bạn có thể đổi provider tuỳ ý)
57
  llm_client = create_llm_client(
58
  provider="hfs",
59
+ base_url="https://vietcat-gemma34b.hf.space"
60
  )
61
 
62
  logger.info("[STARTUP] Mount health router...")