Skip to content

Commit dfcebfc

Browse files
authored
Merge pull request #539 from njhale/chore/bump-ui-v0.8.4
chore: bump ui for v0.8.4
2 parents 60da900 + 770411a commit dfcebfc

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
@@ -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.4")}, 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)