You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
message=`You have reached your daily ${currentModel} quota limit.
768
-
To continue using ${currentModel}, you can use /auth to switch to using a paid API key from AI Studio at https://aistudio.google.com/apikey
769
-
Or you can switch to a different model using the /model command`;
784
+
message=`⚡ You have reached your daily ${currentModel} quota limit.
785
+
⚡ You can choose to authenticate with a paid API key or continue with the fallback model.
786
+
⚡ To continue accessing the ${currentModel} model today, consider using /auth to switch to using a paid API key from AI Studio at https://aistudio.google.com/apikey`;
770
787
}else{
771
-
message=`You have reached your daily ${currentModel} quota limit.
772
-
To increase your limits, upgrade to a Gemini Code Assist Standard or Enterprise plan with higher limits at https://goo.gle/set-up-gemini-code-assist
773
-
Or you can utilize a Gemini API Key. See: https://goo.gle/gemini-cli-docs-auth#gemini-api-key
774
-
You can switch authentication methods by typing /auth or switch to a different model using /model`;
788
+
message=`⚡ You have reached your daily ${currentModel} quota limit.
789
+
⚡ You can choose to authenticate with a paid API key or continue with the fallback model.
790
+
⚡ To increase your limits, upgrade to a Gemini Code Assist Standard or Enterprise plan with higher limits at https://goo.gle/set-up-gemini-code-assist
791
+
⚡ Or you can utilize a Gemini API Key. See: https://goo.gle/gemini-cli-docs-auth#gemini-api-key
792
+
⚡ You can switch authentication methods by typing /auth`;
0 commit comments