From 911b45e3923ee6046c78d32667dac069e6f4fdb3 Mon Sep 17 00:00:00 2001 From: Donnie Adams Date: Wed, 5 Jun 2024 21:30:34 -0400 Subject: [PATCH] chore: unfix the UI after v0.8.0 release 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 c7a726d8..c0eb1dee 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@v0.8.0")}, args...) + args = append([]string{env.VarOrDefault("GPTSCRIPT_CHAT_UI_TOOL", "github.com/gptscript-ai/ui@v2")}, args...) // If args has more than one element, then the user has provided a file. if len(args) > 1 {