Skip to content

zza369/jarvis-2024

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jarvis-2024

Local terminal interface for chatgpt AI. Provides a "stateful" experience. Unlike regular chatgpt, jarvis-2024 remembers previous conversations, and uses every conversation to update itself to be more personalized for its user.

Configure

Create .env file with an OpenAI API key in the same directory, using the following format:

OPENAI_API_KEY=copy_api_key_here

Run AI

./run_jarvis.sh

If you get a 'permission denied' error, run: chmod +x run_jarvis.sh

Type bye to exit the program.

About

Local terminal AI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.7%
  • Other 0.3%