This project leverages OpenAI API to create an AI terminal assistant. It processes user queries, refines them, and generates corresponding commands.
-
Install dependencies:
pip install openai
-
Obtain your OpenAI API key and replace it in the code.
-
Run the script:
python3 main.py
- Input queries to receive enhanced commands.
- Review the suggested command and execute it by typing 'y' or skip by typing 'n'.
- Exit using 'quit' or 'exit'.
Feel free to contribute through pull requests or by opening issues.
This project is licensed under the MIT License.