Skip to content

Commit

Permalink
add new option for balanced mode, addressing #214
Browse files Browse the repository at this point in the history
  • Loading branch information
juzeon committed Feb 3, 2024
1 parent 98b56b3 commit 16276be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sydney/sydney.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ func NewSydney(options Options) *Sydney {
createConversationURL: util.Ternary(options.CreateConversationURL == "",
"https://edgeservices.bing.com/edgesvc/turing/conversation/create", options.CreateConversationURL),
optionsSetMap: map[string][]string{
"Balanced": append(basicOptionsSet, "galileo"),
"Balanced": append(basicOptionsSet, "galileo", "gldcl1p"),
"Precise": append(basicOptionsSet, "h3precise"),
"Creative": basicOptionsSet,
"CreativeClassic": basicOptionsSet,
Expand Down

0 comments on commit 16276be

Please sign in to comment.