chore: make prompt generator max tokens configurable (#6693)
This commit is contained in:
parent
bd97ce9489
commit
ecb9c311b5
3 changed files with 8 additions and 3 deletions
|
|
@ -183,6 +183,7 @@ UPLOAD_IMAGE_FILE_SIZE_LIMIT=10
|
|||
|
||||
# Model Configuration
|
||||
MULTIMODAL_SEND_IMAGE_FORMAT=base64
|
||||
PROMPT_GENERATION_MAX_TOKENS=512
|
||||
|
||||
# Mail configuration, support: resend, smtp
|
||||
MAIL_TYPE=
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue