Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions crates/api/src/consts.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ pub const MAX_EMAIL_LENGTH: usize = 255;
/// Maximum length for organization/system prompts
pub const MAX_SYSTEM_PROMPT_LENGTH: usize = 64 * 1024;

/// Maximum serialized size for small metadata blobs (e.g. conversation metadata)
pub const MAX_METADATA_SIZE_BYTES: usize = 16 * 1024;

/// Maximum serialized size for settings / larger JSON blobs
pub const MAX_SETTINGS_SIZE_BYTES: usize = 32 * 1024;

Expand Down
Loading