From b11fb0dfd1f5cb600491918fb76ddb17537c5ebc Mon Sep 17 00:00:00 2001 From: crazywoola <100913391+crazywoola@users.noreply.github.com> Date: Wed, 13 Sep 2023 10:08:33 +0800 Subject: [PATCH] fix LocalAI is missing in lang/en (#1169) --- web/app/components/header/account-setting/model-page/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/web/app/components/header/account-setting/model-page/index.tsx b/web/app/components/header/account-setting/model-page/index.tsx index 3ddee7c880..b9955d098f 100644 --- a/web/app/components/header/account-setting/model-page/index.tsx +++ b/web/app/components/header/account-setting/model-page/index.tsx @@ -85,6 +85,7 @@ const ModelPage = () => { config.chatglm, config.xinference, config.openllm, + config.localai, ] } else {