Skip to content

AI to interact with terminal and execute commands

License

Notifications You must be signed in to change notification settings

waltertaya/terminal-ai

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

terminal-ai

A smart terminal to receive natural language commands

Usage

Preriquisites

  • Python >= 3
  • An api token from https://llama-api.com

Installation

  • git clone https://github.com/clint171/terminal-ai
  • cd terminal-ai
  • pip install -r requirements.txt
  • create a file named .env in the repository root and add the variable API_TOKEN
API_TOKEN = "LL-example-api-token-from-llama-api"

Running the program

  • python main.py or python v2.py

About

AI to interact with terminal and execute commands

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%