This projects intend to simplify the use of various shell commands with the help of a LLM. The LLM being the mistral 7b model to reduce the peril of using the Linux shell/command line
-
Install Ollama from here
-
Then install the mistral model using
ollama pull mistral
- Install conda from here
- Copy and paste this in your terminal :
git clone https://github.com/Yash-200/shell_llm.git
cd shell_llm/src
conda env create --file env.yml
- Run project with
python3 main.py
- You use model of you choice just change the model name in ==main.py== file