mirror of
https://github.com/reconurge/flowsint.git
synced 2026-03-09 07:17:07 -05:00
feat(api): increate prompt chat length
This commit is contained in:
@@ -171,7 +171,7 @@ class EnricherTemplateGenerateRequest(BaseModel):
|
||||
prompt: str = Field(
|
||||
...,
|
||||
min_length=10,
|
||||
max_length=2000,
|
||||
max_length=16000,
|
||||
description="Free-text description of the desired enricher template",
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user