mirror of
https://github.com/discourse/discourse-ai.git
synced 2025-06-25 17:12:16 +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
|
||||
@name="system_prompt"
|
||||
@title={{i18n "discourse_ai.ai_persona.system_prompt"}}
|
||||
@validation="required|length:1,300"
|
||||
@validation="required|length:1,100000"
|
||||
@disabled={{data.system}}
|
||||
@format="large"
|
||||
as |field|
|
||||
|
Loading…
x
Reference in New Issue
Block a user