Skip to content

Commit

Permalink
Show checkmark next to "User" role as default
Browse files Browse the repository at this point in the history
  • Loading branch information
rhennigan committed Jan 2, 2024
1 parent 175b257 commit 77564b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Chatbook/UI.wl
Original file line number Diff line number Diff line change
Expand Up @@ -745,7 +745,7 @@ makeChatActionMenuContent[
}, Module[{
personaValue = OptionValue["PersonaValue"],
modelValue = OptionValue["ModelValue"],
roleValue = OptionValue["RoleValue"],
roleValue = Replace[OptionValue["RoleValue"], {source_, Inherited} :> {source, "User"}],
toolValue = OptionValue["ToolCallFrequency"],
tempValue = OptionValue["TemperatureValue"],
advancedSettingsMenu,
Expand Down

0 comments on commit 77564b3

Please sign in to comment.