This is fighting game built with PyGame which allows two Large Language Models (LLMs) to fight each other in a "chat bot arena" powered by Amazon Bedrock.
- Clone the git repo
git clone https://github.com/aws-banjo/bedrock_brawler.git
cd bedrock_brawler
pip install -r requirements.txt
- Enable Amazon Bedrock Model Access
- Start Flask Server
python bedrock_flask_server.py
- Start the Game!
python local.py
You can change the models on line 123 in local.py
.
You can use Amazon Q Developer to explain the code and make updates!