Skip to content

Commit

Permalink
Fixes a typo in infotip on custom AI model settings page.
Browse files Browse the repository at this point in the history
  • Loading branch information
mkarolin committed Aug 14, 2024
1 parent 43438f8 commit 047023e
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 @@ -1364,7 +1364,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 047023e

Please sign in to comment.