From 0559d5546e2fc6b7e30ef6e9cee2ecad5293d3ec Mon Sep 17 00:00:00 2001 From: Donnie Adams Date: Tue, 25 Jun 2024 14:00:54 -0400 Subject: [PATCH] chore: switch to main branch of the UI Signed-off-by: Donnie Adams --- 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 8e644779..6e24b6fa 100644 --- a/pkg/cli/gptscript.go +++ b/pkg/cli/gptscript.go @@ -330,7 +330,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")}, args...) // If args has more than one element, then the user has provided a file. if len(args) > 1 {