add new AI feature. Add tags feature, used tags: OS for AI, screen_length_command for automation, prompt for automation. fixes

This commit is contained in:
2023-05-05 13:41:32 -03:00
parent 404d874771
commit 8828471c1b
11 changed files with 1572 additions and 174 deletions

View File

@ -1,8 +1,10 @@
Flask==2.0.3
inquirer==3.1.3
pexpect==4.8.0
pycryptodome==3.17
pyfzf==0.3.1
PyYAML==6.0
setuptools==67.6.1
waitress==2.1.2
Flask>=2.0.3
inquirer>=3.1.3
openai>=0.27.4
pexpect>=4.8.0
pycryptodome>=3.17
pyfzf>=0.3.1
PyYAML>=6.0
requests>=2.28.2
setuptools>=67.6.1
waitress>=2.1.2