From f0d15f7e2f115c19be07b52e8508674c7a83717e Mon Sep 17 00:00:00 2001 From: Eli Ribble Date: Sun, 18 Jan 2026 02:43:06 +0000 Subject: [PATCH] Disable balance on librechat ...because I'm out of credits, and the current build of librechat doesn't have the config files necessary to manage balance. --- etc/librechat.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/etc/librechat.yaml b/etc/librechat.yaml index 5c794aa..8ac4abb 100644 --- a/etc/librechat.yaml +++ b/etc/librechat.yaml @@ -2,9 +2,9 @@ version: 1.2.5 # Balance settings balance: - enabled: true # Enable token credit balances for users - startBalance: 200000 # Initial tokens credited upon registration + enabled: false # Enable token credit balances for users + startBalance: 2000000 # Initial tokens credited upon registration autoRefillEnabled: true # Enable automatic token refills refillIntervalValue: 1 # Numerical value for refill interval refillIntervalUnit: "days" # Time unit for refill interval (days, hours, etc.) - refillAmount: 100000 # Tokens added during each refill + refillAmount: 1000000 # Tokens added during each refill