From 7302d66b2c0041e809e5d0c4a886e0af275234fe Mon Sep 17 00:00:00 2001 From: Donnie Adams Date: Fri, 7 Jun 2024 17:19:30 -0400 Subject: [PATCH] chore: fix UI tool to v0.8.1 for 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 c0eb1dee..4fbfc5e8 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@v0.8.1")}, args...) // If args has more than one element, then the user has provided a file. if len(args) > 1 {