/ui-gptscript

Primary LanguageTypeScriptMIT LicenseMIT

ui

This provides a graphical interface to run and build your GPTScripts.

Chat Image

Running

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

Development

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.

Tech stack