Skip to content

Commit da33973

Browse files
authoredJun 7, 2024··
Merge pull request #465 from thedadams/ui-0.8.1
chore: fix UI tool to v0.8.1 for release
2 parents dd63da3 + 7302d66 commit da33973

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎pkg/cli/gptscript.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ func (r *GPTScript) Run(cmd *cobra.Command, args []string) (retErr error) {
330330

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

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

0 commit comments

Comments
 (0)
Please sign in to comment.