Skip to content

simple chatbot from terminal that remembers conversations

Notifications You must be signed in to change notification settings

utsimul/simple_cli_chatbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

simple_cli_chatbot

simple chatbot from terminal that remembers conversations

Create virtual environment:

python3 -m venv env

go to the folder 'env' and activate the enviornment

cd env
source bin/activate

Install python libraries:

Sign to openrouter website and create API key

Update your api key in the program

API_Key = "Your API_key"

Run

python3 simple_chatbot_cli.py

About

simple chatbot from terminal that remembers conversations

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages