feat(gui): Add auto-scroll, blinking history, and reactive API events
This commit is contained in:
@@ -3,7 +3,7 @@ import random
|
||||
import ai_client
|
||||
|
||||
class UserSimAgent:
|
||||
def __init__(self, hook_client, model="gemini-2.0-flash"):
|
||||
def __init__(self, hook_client, model="gemini-2.5-flash-lite"):
|
||||
self.hook_client = hook_client
|
||||
self.model = model
|
||||
self.system_prompt = (
|
||||
|
||||
Reference in New Issue
Block a user