no auto send

output msg is no longer send automically and is just written
This commit is contained in:
Crizomb 2023-04-08 19:47:44 +02:00 committed by GitHub
parent 37829003e3
commit e4d167d3d7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -44,7 +44,8 @@ def main(launch_first_prompt=False, first_prompt=None):
print(f"ITERATION {j}")
gpt_driver.send_message(answer)
gpt_driver.write_message(answer)
#gpt_driver.send_message()
gpt_driver.wait_answer()
wait_continue_button_click()
@ -63,4 +64,3 @@ def create_user_data():
if __name__ == "__main__":
main()