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 --uiYou can also specify a specific script to run (locally or remote).
gptscript --ui github.com/gptscript-ai/llm-basics-demoIf 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 devFrom here any changes you make to the NextJS app will be hot reloaded. Changes to server.mjs
will require a restart of the server.