Spatiality is a playground-like web app that enables exploring interactions between a large-language model (LLM) and a spatial simulation.
- LLM: OpenAI's GPT models via the OpenAI API. Requires an OpenAI API key.
Requires node.js version v18 or greater. v20 recommended.
npm install
npm run dev
Then navigate in a browser to http://localhost:5173/ or the URL it provides.