Btw: NLP command line powered by openai

Hello,

I made a python package that turns natural language into a command line. It gives 3 choices after generation, execute, correct and cancel. Corrected and executed commands are added in a history file so for each text generation it is added to the OpenAI input.

It is available on PyPi so you can try it with a simple pip install btw

2 Likes

This is a pretty cool project! Keep up the good work :+1:

2 Likes