Skip to content

vincent99/gptscript-ui

 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 93.2%
  • JavaScript 6.8%