From 33929e2ae79f2f3eda03b26e2f5fe959d5474261 Mon Sep 17 00:00:00 2001 From: Jabber Developer Date: Thu, 14 May 2026 20:47:44 +0000 Subject: [PATCH] chore(ai): remove invalid litellm reference from help text --- src/command/cmd_funcs.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/command/cmd_funcs.c b/src/command/cmd_funcs.c index 57e76e7d..184b88b9 100644 --- a/src/command/cmd_funcs.c +++ b/src/command/cmd_funcs.c @@ -10817,7 +10817,6 @@ cmd_ai(ProfWin* window, const char* const command, gchar** args) cons_show("Use '/ai start' to begin a chat (uses default provider/model)."); cons_show("Use '/ai models ' to fetch available models."); - cons_show("Available models: https://models.litellm.ai/"); return TRUE; }