diff options
| author | Srinath Padmanabhan <[email protected]> | 2025-06-27 08:21:46 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-06-27 15:21:46 +0000 |
| commit | 3ebf54f367bb9bf737dc78702186d42501cbc0a6 (patch) | |
| tree | 2c557601f0b2e0ad155892c328d06fdac77b1aed /packages/cli/src | |
| parent | 582b4861a98912bbfc2bd8c360a6a8e1f0ba17bf (diff) | |
Refine Fallback message providing more options. (#1961)
Diffstat (limited to 'packages/cli/src')
| -rw-r--r-- | packages/cli/src/ui/App.tsx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/cli/src/ui/App.tsx b/packages/cli/src/ui/App.tsx index d57a1b93..02e5fdf0 100644 --- a/packages/cli/src/ui/App.tsx +++ b/packages/cli/src/ui/App.tsx @@ -242,7 +242,8 @@ const App = ({ config, settings, startupWarnings = [] }: AppProps) => { { type: MessageType.INFO, 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 +⚡ To avoid this you can either upgrade to Standard tier. See: https://goo.gle/set-up-gemini-code-assist +⚡ Or 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(), |
