From e4e2280b6710e9a8c4fdbb6a50bdb01ad875218f Mon Sep 17 00:00:00 2001 From: Craig Jellick Date: Tue, 18 Jun 2024 17:04:13 -0700 Subject: [PATCH] chore: bump UI for v0.8.3 Signed-off-by: Craig Jellick --- pkg/cli/gptscript.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/cli/gptscript.go b/pkg/cli/gptscript.go index 658682be..d17afe45 100644 --- a/pkg/cli/gptscript.go +++ b/pkg/cli/gptscript.go @@ -329,7 +329,7 @@ func (r *GPTScript) Run(cmd *cobra.Command, args []string) (retErr error) { // If the user is trying to launch the chat-builder UI, then set up the tool and options here. if r.UI { - args = append([]string{env.VarOrDefault("GPTSCRIPT_CHAT_UI_TOOL", "github.com/gptscript-ai/ui@v2")}, args...) + args = append([]string{env.VarOrDefault("GPTSCRIPT_CHAT_UI_TOOL", "github.com/gptscript-ai/ui@v0.8.3")}, args...) // If args has more than one element, then the user has provided a file. if len(args) > 1 {