From e036d7a2e12cefc3a5845cd46d9fea59f226a6c3 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Tue, 16 Apr 2024 11:41:15 +0900 Subject: [PATCH] Update host_llm.py faild -> failed --- src/bisheng-langchain/bisheng_langchain/chat_models/host_llm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bisheng-langchain/bisheng_langchain/chat_models/host_llm.py b/src/bisheng-langchain/bisheng_langchain/chat_models/host_llm.py index b7f8112df..fe2d5151f 100644 --- a/src/bisheng-langchain/bisheng_langchain/chat_models/host_llm.py +++ b/src/bisheng-langchain/bisheng_langchain/chat_models/host_llm.py @@ -163,7 +163,7 @@ def validate_environment(cls, values: Dict) -> Dict: values[ 'host_base_url'] = f"{values['host_base_url']}/{values['model_name']}/infer" except Exception: - raise Exception(f'Update Decoupled status faild for model {model}') + raise Exception(f'Update Decoupled status failed for model {model}') try: if values['headers']: