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