Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c016709

Browse files
authoredJun 6, 2024··
Merge pull request #447 from thedadams/bump-ui-v0.8.0
chore: fix the UI version for v0.8.0 release
2 parents bc4f016 + 54db5ae commit c016709

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