Change 'LLM...' to 'Thinking...' in step log message
This commit is contained in:
parent
7bda512be6
commit
b819e871a4
@ -42,7 +42,7 @@ def submit(app, stdscr):
|
||||
|
||||
for step in range(app.agent_max_iterations):
|
||||
stamp_step = ntro.start()
|
||||
log(app, "system", f" step {step + 1} \u2014 LLM...")
|
||||
log(app, "system", f" step {step + 1} \u2014 Thinking...")
|
||||
app.scroll = 999999
|
||||
draw(app, stdscr)
|
||||
stdscr.refresh()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user