A text-based game where you act as the head of state for any country and your policies are evaluated and implemented by GPT!
- Clone this repo
- Run
pip install -r requirements.txt
- Make sure you have the langchain package updated to the latest version:
pip install --upgrade langchain
- Export your OpenAI key to environment with
export OPENAI_API_KEY='your-api-key-here'
- Run
python3 game.py --country 'Afghanistan'