Skip to content

Commit

Permalink
Merge pull request brave#25127 from brave/maxk-fix-infotip-typo
Browse files Browse the repository at this point in the history
Fixes a typo in infotip on custom AI model settings page.
  • Loading branch information
mkarolin authored Aug 20, 2024
2 parents 8f97ad2 + 047023e commit 70f177b
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 @@ -1370,7 +1370,7 @@ Leo. This action can't be undone.
The name of the model as it will appear in the model selection menu
</message>
<message name="IDS_SETTINGS_LEO_ASSISTANT_INPUT_MODEL_REQUEST_NAME_TOOLTIP_INFO" desc="A brief description for the input title for adding model request name">
The name of the model as it should appear in the request to the serving framework, i.e. phi-3 (note that if this name doesn’t match exactly what is expected by the serving framework the integration won't work)
The name of the model as it should appear in the request to the serving framework, e.g. phi-3 (note that if this name doesn’t match exactly what is expected by the serving framework the integration won't work)
</message>
<message name="IDS_SETTINGS_LEO_ASSISTANT_INPUT_MODEL_SERVER_ENDPOINT_TOOLTIP_INFO" desc="A brief description for the input title for adding server endpoint url">
The url where your serving framework is listening for requests. If you're not sure, check the serving framework documentation. E.g. for Ollama, this is always http://localhost:11434/v1/chat/completions
Expand Down

0 comments on commit 70f177b

Please sign in to comment.