From 3a369ddec3b226dea9d1a9dcc3bae048310edffd Mon Sep 17 00:00:00 2001 From: "N. Taylor Mullen" Date: Wed, 25 Jun 2025 19:33:32 +0200 Subject: feat: Refine model fallback messaging to reflect reality. (#1527) --- packages/cli/src/ui/App.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'packages/cli/src') diff --git a/packages/cli/src/ui/App.tsx b/packages/cli/src/ui/App.tsx index 2d2e9db4..d57a1b93 100644 --- a/packages/cli/src/ui/App.tsx +++ b/packages/cli/src/ui/App.tsx @@ -241,7 +241,9 @@ const App = ({ config, settings, startupWarnings = [] }: AppProps) => { addItem( { type: MessageType.INFO, - text: `⚡ Rate limiting detected. Automatically switching from ${currentModel} to ${fallbackModel} for faster responses for the remainder of this session.`, + text: `⚡ Slow response times detected. Automatically switching from ${currentModel} to ${fallbackModel} for faster responses for the remainder of this session. +⚡ To avoid this you can utilize a Gemini API Key. See: https://goo.gle/gemini-cli-docs-auth#gemini-api-key +⚡ You can switch authentication methods by typing /auth`, }, Date.now(), ); -- cgit v1.2.3