This provides a graphical interface to run and build your GPTScripts.
The UI is baked directly into the gptscript CLI. To run the UI, simply run the following command:
gptscript --ui
You can also specify a specific script to run (locally or remote).
gptscript --ui github.com/gptscript-ai/llm-basics-demo
If you'd like to contribute to the UI, you can run the following commands to get started:
git clone
cd ui
npm install
npm run dev
From here any changes you make to the NextJS app will be hot reloaded. Changes to server.mjs
will require a restart of the server.