Skip to content
Open
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
6 changes: 1 addition & 5 deletions snippets/exports/constants.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,6 @@ export const MISTRAL_OCR_USER_COST_PER_1K_PAGE_DOLLARS = 2;

export const FREE_MODEL_RATE_LIMIT_RPM = 20;

export const FREE_MODEL_CREDITS_THRESHOLD = 10;

export const FREE_MODEL_NO_CREDITS_RPD = 50;

export const FREE_MODEL_HAS_CREDITS_RPD = 1000;

export const ALIBABA_CACHE_READ_MULTIPLIER = '0.1';
Expand Down Expand Up @@ -81,4 +77,4 @@ export const anthropicMaxMessagesCount = 1000;

export const MAX_CATEGORIES_PER_REQUEST = 2;

export const MAX_CATEGORIES_PER_APP = 10;
export const MAX_CATEGORIES_PER_APP = 10;