mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-26 21:14:35 -07:00
Remove previewFeatures and default to Gemini 3 (#18414)
This commit is contained in:
@@ -90,8 +90,7 @@ export function useQuotaAndFallback({
|
||||
isModelNotFoundError = true;
|
||||
const messageLines = [
|
||||
`It seems like you don't have access to ${failedModel}.`,
|
||||
`Learn more at https://goo.gle/enable-preview-features`,
|
||||
`To disable ${failedModel}, disable "Preview features" in /settings.`,
|
||||
`Your admin might have disabled the access. Contact them to enable the Preview Release Channel.`,
|
||||
];
|
||||
message = messageLines.join('\n');
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user