A simple Python code that connects to OpenAI's ChatGPT and executes the returned results.
- Interact with your computer using natural language
- Automatically executes the command from the response of ChatGPT
- Good for complex tasks like handling Git and extracting tar files
- No need to search StackOverflow for commands, AiShell has got you covered
curl -sL https://raw.githubusercontent.com/code-yeongyu/AiShell/master/install.sh | sh
- Python 3.9.5
- Poetry
- OpenAI API Key
- Create account on OpenAI
- Go to https://platform.openai.com/account/api-keys, Copy API key
- Set the API key as an environment variable
OPENAI_API_KEY
or inject it directly into the code by editing it. - Install
Feel free to contribute to AiShell by adding more functionality or fixing bugs. Some suggestions for contributions include:
- Publishing AiShell to PyPI so that others can easily download and use it