From edf23eb2aec13b99341075577dbe4ce7823d70a1 Mon Sep 17 00:00:00 2001 From: Ruben Talstra Date: Thu, 27 Feb 2025 11:00:39 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat:=20Add=20example=20custom=20to?= =?UTF-8?q?ken=20rates=20configuration=20to=20`librechat.example.yaml`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- librechat.example.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/librechat.example.yaml b/librechat.example.yaml index 637e7a5219..50f46a714e 100644 --- a/librechat.example.yaml +++ b/librechat.example.yaml @@ -68,6 +68,17 @@ interface: multiConvo: true agents: true +# Example Custom Token Rates (optional) +#tokenRates: +# gpt-4o-mini: +# prompt: 200.0 +# completion: 400.0 +# claude-3.7-sonnet: +# Cache: +# read: 200.0 +# write: 400.0 + + # Example Registration Object Structure (optional) registration: socialLogins: ['github', 'google', 'discord', 'openid', 'facebook', 'apple']