Skip to content

Commit 6577d1c

Browse files
authored
Merge pull request #167 from moyueheng/main
Update README.md
2 parents 3300641 + 92b8bff commit 6577d1c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ while not is_finish:
167167
show_thinking = None
168168
while str(show_thinking).lower() not in ("y", "n"):
169169
show_thinking = input("Do you want to observe the thinking process? [Y/N]: ")
170-
show_thinking = False if show_thinking.lower == "n" else True
170+
show_thinking = False if show_thinking.lower() == "n" else True
171171
print("[Generating...]")
172172
result = agent\
173173
.input({

0 commit comments

Comments
 (0)