diff --git a/src/lib/i18n/locales/en-US/translation.json b/src/lib/i18n/locales/en-US/translation.json index 5351f84f03..13a060bbd7 100644 --- a/src/lib/i18n/locales/en-US/translation.json +++ b/src/lib/i18n/locales/en-US/translation.json @@ -1457,6 +1457,7 @@ "Model can search the web for information": "", "Model Capabilities": "", "Model created successfully!": "", + "Model-specific context compaction thresholds cannot exceed this token limit.": "", "Model filesystem path detected. Model shortname is required for update, cannot continue.": "", "Model Filtering": "", "Model ID": "", @@ -2045,6 +2046,7 @@ "Set embedding model": "", "Set embedding model (e.g. {{model}})": "", "Set reranking model (e.g. {{model}})": "", + "Set a model-specific context compaction token threshold. When set, this overrides the global threshold up to the global cap.": "", "Set the default models that are automatically selected for all users when a new chat is created.": "", "Set the models that are automatically pinned to the sidebar for all users.": "", "Set the number of layers, which will be off-loaded to GPU. Increasing this value can significantly improve performance for models that are optimized for GPU acceleration but may also consume more power and GPU resources.": "", @@ -2303,6 +2305,7 @@ "Toggle status history": "", "Toggle whether current connection is active.": "", "Token": "", + "Token Cap": "", "Token counts are estimates and may not reflect actual API usage": "", "Token Threshold": "", "Tokenizer Model": "",