Skip to content

Commit 94bcdb6

Browse files
authored
Fix typo (#9)
1 parent 4db3d97 commit 94bcdb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@ messages = [{
442442
messages = [{"role": "user", "content": "Help me fix the ValueError in main.py"}]
443443
while True:
444444
lm_output = query_lm(messages)
445-
print("LM output", output)
445+
print("LM output", lm_output)
446446
messages.append({"role": "assistant", "content": lm_output}) # remember what the LM said
447447
action = parse_action(lm_output) # separate the action from output
448448
print("Action", action)

0 commit comments

Comments
 (0)