Simschain uses AI to help generate Sims descriptions, interaction descriptions, Location descriptions and other code for the sentient-sims mod
NOTE: simschain uses GPT-4
This incurs a higher cost when using the OpenAI API. If you want to use gpt-3.5-turbo or another model change it in the code before running.
- Install and use node 18
- Set OpenAI API Key as an environment variable
OPENAI_KEY=sk-ljqoijqwd...
git clone [email protected]:guspuffygit/simschain.git
cd simschain
npm i
Using a code editor, modify the interactions list in interactions.js
Run
node interactions.js
Using a code editor, modify the locations list in locations.js
Run
node locations.js