Skip to content

Commit

Permalink
Simplify Leo token tooltip (#27190)
Browse files Browse the repository at this point in the history
This is to avoid differences in different languages
  • Loading branch information
bbondy authored Jan 10, 2025
1 parent dbb1a68 commit 7fa8bc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/brave_settings_strings.grdp
Original file line number Diff line number Diff line change
Expand Up @@ -1586,7 +1586,7 @@ Leo AI. This action can't be undone.
Context size
</message>
<message name="IDS_SETTINGS_LEO_ASSISTANT_INPUT_CONTEXT_SIZE_TOOLTIP_INFO" desc="A brief description for context size, as well as a concise explanation for how it relates to the the user's experience.">
The maximum number of tokens the model can process in a single interaction. Each token is roughly 3/4 of a word. A larger context size allows the model to handle longer conversations. Different models support different maximum context sizes.
The maximum number of tokens the model can process in a single interaction. A larger context size allows the model to handle longer conversations. Different models support different maximum context sizes.
</message>
<message name="IDS_SETTINGS_LEO_ASSISTANT_CLOSE_BUTTON_LABEL" desc="A label for a button that closes configuration UI">
Close
Expand Down

0 comments on commit 7fa8bc2

Please sign in to comment.