From 02f09089637a780c0d926218e427e841d781c4bd Mon Sep 17 00:00:00 2001 From: Keegan George Date: Tue, 18 Feb 2025 10:34:18 -0800 Subject: [PATCH] DEV: Misconfigured llm should go to edit page (#1132) --- config/locales/server.en.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/locales/server.en.yml b/config/locales/server.en.yml index 05ad8eed..5ae4f01f 100644 --- a/config/locales/server.en.yml +++ b/config/locales/server.en.yml @@ -476,4 +476,4 @@ en: prompt_message_length: The message %{idx} is over the 1000 character limit. dashboard: problem: - ai_llm_status: "The LLM model: %{model_name} is encountering issues. Please check the model's configuration page." + ai_llm_status: "The LLM model: %{model_name} is encountering issues. Please check the model's configuration page."