Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 305 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 305 Bytes

Hackathon Game

This is a game using the Fireworks API version of JSLM Beta Instruct 70b. It was made at an internal hackathon at Stability AI Japan.

To run:

export FIREWORKS_API_KEY=...
virtualenv env
source env/bin/activate
pip install -r requirements.txt
streamlit run game.py