Skip to content

Commit 9d42279

Browse files
committed
chore: unpin ui version post-release
Signed-off-by: Craig Jellick <[email protected]>
1 parent 1b5e068 commit 9d42279

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/cli/gptscript.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ func (r *GPTScript) Run(cmd *cobra.Command, args []string) (retErr error) {
329329

330330
// If the user is trying to launch the chat-builder UI, then set up the tool and options here.
331331
if r.UI {
332-
args = append([]string{env.VarOrDefault("GPTSCRIPT_CHAT_UI_TOOL", "github.com/gptscript-ai/ui@v0.8.2")}, args...)
332+
args = append([]string{env.VarOrDefault("GPTSCRIPT_CHAT_UI_TOOL", "github.com/gptscript-ai/ui@v2")}, args...)
333333

334334
// If args has more than one element, then the user has provided a file.
335335
if len(args) > 1 {

0 commit comments

Comments
 (0)