chore(ai): remove invalid litellm reference from help text

This commit is contained in:
2026-05-14 20:47:44 +00:00
parent 43d557f2dc
commit 33929e2ae7

View File

@@ -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 <provider>' to fetch available models.");
cons_show("Available models: https://models.litellm.ai/");
return TRUE;
}