chore: the consistency of MultiModalPromptMessageContent (#11721)

This commit is contained in:
非法操作 2024-12-17 15:01:38 +08:00 committed by GitHub
commit c9b4029ce7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
14 changed files with 108 additions and 99 deletions

View file

@ -313,8 +313,7 @@ UPLOAD_VIDEO_FILE_SIZE_LIMIT=100
UPLOAD_AUDIO_FILE_SIZE_LIMIT=50
# Model configuration
MULTIMODAL_SEND_IMAGE_FORMAT=base64
MULTIMODAL_SEND_VIDEO_FORMAT=base64
MULTIMODAL_SEND_FORMAT=base64
PROMPT_GENERATION_MAX_TOKENS=512
CODE_GENERATION_MAX_TOKENS=1024