From 4e3bab9e15627fcd52e0b423fd5ffbb6212b8b5e Mon Sep 17 00:00:00 2001 From: Eli Ribble Date: Thu, 14 Aug 2025 21:42:19 +0000 Subject: [PATCH] increase AI credits by 10x --- etc/librechat.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/librechat.yaml b/etc/librechat.yaml index f395c88..5c794aa 100644 --- a/etc/librechat.yaml +++ b/etc/librechat.yaml @@ -3,8 +3,8 @@ version: 1.2.5 # Balance settings balance: enabled: true # Enable token credit balances for users - startBalance: 20000 # Initial tokens credited upon registration + startBalance: 200000 # 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: 10000 # Tokens added during each refill + refillAmount: 100000 # Tokens added during each refill