Refine Fallback message providing more options. (#1961)
This commit is contained in:
parent
582b4861a9
commit
3ebf54f367
1 changed files with 2 additions and 1 deletions
|
|
@ -242,7 +242,8 @@ const App = ({ config, settings, startupWarnings = [] }: AppProps) => {
|
||||||
{
|
{
|
||||||
type: MessageType.INFO,
|
type: MessageType.INFO,
|
||||||
text: `⚡ Slow response times 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
|
⚡ 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`,
|
⚡ You can switch authentication methods by typing /auth`,
|
||||||
},
|
},
|
||||||
Date.now(),
|
Date.now(),
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue