mirror of
https://github.com/discourse/discourse-ai.git
synced 2025-06-26 01:22:20 +00:00
DEV: update display name field in AiLlmEditorForm to show more relevant tooltip (#1166)
This commit is contained in:
parent
584f5f2b6e
commit
b49d454ad9
@ -275,7 +275,7 @@ export default class AiLlmEditorForm extends Component {
|
||||
@validation="required|length:1,100"
|
||||
@disabled={{this.seeded}}
|
||||
@format="large"
|
||||
@tooltip={{i18n "discourse_ai.llms.hints.max_prompt_tokens"}}
|
||||
@tooltip={{i18n "discourse_ai.llms.hints.display_name"}}
|
||||
as |field|
|
||||
>
|
||||
<field.Input />
|
||||
|
@ -432,6 +432,7 @@ en:
|
||||
|
||||
hints:
|
||||
max_prompt_tokens: "Max numbers of tokens for the prompt. As a rule of thumb, this should be 50% of the model's context window."
|
||||
display_name: "The name used to reference this model across your site's interface."
|
||||
name: "We include this in the API call to specify which model we'll use"
|
||||
vision_enabled: "If enabled, the AI will attempt to understand images. It depends on the model being used supporting vision. Supported by latest models from Anthropic, Google, and OpenAI."
|
||||
enabled_chat_bot: "If enabled, users can select this model when creating PMs with the AI bot"
|
||||
|
Loading…
x
Reference in New Issue
Block a user