diff --git a/rag/llm/chat_model.py b/rag/llm/chat_model.py index 6a56026b6..1c52b32ee 100644 --- a/rag/llm/chat_model.py +++ b/rag/llm/chat_model.py @@ -1033,7 +1033,7 @@ class SILICONFLOWChat(Base): class YiChat(Base): - def __init__(self, key, model_name, base_url="https://api.lingyiwanwu.com/v1"): + def __init__(self, key, model_name, base_url="https://api.01.ai/v1"): if not base_url: - base_url = "https://api.lingyiwanwu.com/v1" + base_url = "https://api.01.ai/v1" super().__init__(key, model_name, base_url) \ No newline at end of file