mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-05 20:16:37 +00:00
revert the change that was recently added from a fix (#16390)
This commit is contained in:
@@ -951,8 +951,7 @@ export class Config {
|
||||
}
|
||||
|
||||
activateFallbackMode(model: string): void {
|
||||
this.setActiveModel(model);
|
||||
coreEvents.emitModelChanged(model);
|
||||
this.setModel(model, true);
|
||||
const authType = this.getContentGeneratorConfig()?.authType;
|
||||
if (authType) {
|
||||
logFlashFallback(this, new FlashFallbackEvent(authType));
|
||||
|
||||
Reference in New Issue
Block a user