feat(gui): Add auto-scroll, blinking history, and reactive API events

This commit is contained in:
2026-02-25 00:41:45 -05:00
parent 3113e3c103
commit fb80ce8c5a
24 changed files with 575 additions and 172 deletions

View File

@@ -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)