by Satvik
An interesting game that lets you write stories with AI.
You write a line, and then the AI writes the next, and so on!
You can run the app with local LLMs without internet! (also works with GPT models!)
Follow these instructions to get the Streamlit app running on your local machine:
git clone https://github.com/satvik314/cowriter.git
cd cowriter
OPENAI_API_KEY = <"your_token">
ollama run dolphin-phi
pip install -r requirements.txt
streamlit run cowriter.py
In the app, enter the your line of the story and let the get lost in the game!