feat(gui): Add auto-scroll, blinking history, and reactive API events
This commit is contained in:
@@ -30,7 +30,7 @@ class AISettingsSimulation(BaseSimulation):
|
||||
# 3. Switch back to Gemini
|
||||
print("[Sim] Switching back to Gemini...")
|
||||
self.client.set_value("current_provider", "gemini")
|
||||
gemini_model = "gemini-2.0-flash"
|
||||
gemini_model = "gemini-2.5-flash-lite"
|
||||
self.client.set_value("current_model", gemini_model)
|
||||
time.sleep(1)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user