Skip to content

Commit

Permalink
Merge pull request #557 from thedadams/ui-lock-v0.8.5
Browse files Browse the repository at this point in the history
chore: lock UI for v0.8.5 release
  • Loading branch information
thedadams authored Jun 26, 2024
2 parents 3033b05 + 2d5e6d7 commit 293f6f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cli/gptscript.go
Original file line number Diff line number Diff line change
Expand Up @@ -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")}, args...)
args = append([]string{env.VarOrDefault("GPTSCRIPT_CHAT_UI_TOOL", "github.com/gptscript-ai/ui@v0.8.5")}, args...)

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

0 comments on commit 293f6f8

Please sign in to comment.