feat: Add example custom token rates configuration to librechat.example.yaml

This commit is contained in:
Ruben Talstra 2025-02-27 11:00:39 +01:00
parent 262e6aa4c9
commit edf23eb2ae
No known key found for this signature in database
GPG key ID: 2A5A7174A60F3BEA

View file

@ -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']