mirror of
https://github.com/discourse/discourse-ai.git
synced 2025-06-29 11:02:17 +00:00
FIX: bump system prompt limit (#1210)
300 was too low, bumped it to 100_000
This commit is contained in:
parent
95160c80e3
commit
7e4f93724d
@ -315,7 +315,7 @@ export default class PersonaEditor extends Component {
|
|||||||
<form.Field
|
<form.Field
|
||||||
@name="system_prompt"
|
@name="system_prompt"
|
||||||
@title={{i18n "discourse_ai.ai_persona.system_prompt"}}
|
@title={{i18n "discourse_ai.ai_persona.system_prompt"}}
|
||||||
@validation="required|length:1,300"
|
@validation="required|length:1,100000"
|
||||||
@disabled={{data.system}}
|
@disabled={{data.system}}
|
||||||
@format="large"
|
@format="large"
|
||||||
as |field|
|
as |field|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user