thecookingsenpai / autogpt-gui

A graphical user interface for AutoGPT
1.52k stars 221 forks source link

can you add input mode? #21

Open jayecho51 opened 1 year ago

jayecho51 commented 1 year ago

To start this project, you need to do the following:

1.Modify script.js: Replace let args_cmd = ['main.py'] with let args_cmd = ['-m', 'autogpt'].

2.You can choose not to use the continuous method: Open the developer tools option and enter whether you want to continue or stop. Then, use : child_autogpt.stdin.write('y\n');

I hope the author can improve this project as soon as possible.