Skip to content

Commit e63670e

Browse files
author
aandrew-me
committed
Change role to assistant
1 parent ed6b068 commit e63670e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

helper.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ func getData(input string, params structs.Params, extraOptions structs.ExtraOpti
6868
"role": "user"
6969
},{
7070
"content": %v,
71-
"role": "system"
71+
"role": "assistant"
7272
},
7373
`, string(safeInput), string(safeResponse))
7474

main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import (
2323
"github.com/olekukonko/ts"
2424
)
2525

26-
const localVersion = "2.9.3"
26+
const localVersion = "2.9.4"
2727

2828
var bold = color.New(color.Bold)
2929
var boldBlue = color.New(color.Bold, color.FgBlue)

0 commit comments

Comments
 (0)