From 689c14525cf96a48203ab23fc56cffbb278c806d Mon Sep 17 00:00:00 2001 From: ishaan-jaff Date: Mon, 30 Oct 2023 13:56:23 -0700 Subject: [PATCH] (docs) update token trimming --- docs/my-website/docs/completion/message_trimming.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/my-website/docs/completion/message_trimming.md b/docs/my-website/docs/completion/message_trimming.md index e3f0204d865..abb20309587 100644 --- a/docs/my-website/docs/completion/message_trimming.md +++ b/docs/my-website/docs/completion/message_trimming.md @@ -31,8 +31,6 @@ The function uses the following parameters: - `model`:[Optional] This is the LiteLLM model being used. This parameter is optional, as you can alternatively specify the `max_tokens` parameter. -- `system_message`:[Optional] This is a string containing an optional system message that will be preserved at the beginning of the conversation. This parameter is optional and set to `None` by default. - - `max_tokens`:[Optional] This is an int, manually set upper limit on messages - `trim_ratio`:[Optional] This represents the target ratio of tokens to use following trimming. It's default value is 0.75, which implies that messages will be trimmed to utilise about 75% \ No newline at end of file