Skip to content
 
 

Latest commit

 

History

11 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

Shell Assistant

Intro

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

Prerequisites

  1. Install Ollama from here

  2. Then install the mistral model using

ollama pull mistral
  1. Install conda from here

Installation

  1. 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
  1. Run project with
python3 main.py

Extras

  1. You use model of you choice just change the model name in ==main.py== file

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages