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