mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-04-17 21:34:37 +02:00
✨ feat: Add example custom token rates configuration to librechat.example.yaml
This commit is contained in:
parent
262e6aa4c9
commit
edf23eb2ae
1 changed files with 11 additions and 0 deletions
|
|
@ -68,6 +68,17 @@ interface:
|
||||||
multiConvo: true
|
multiConvo: true
|
||||||
agents: 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)
|
# Example Registration Object Structure (optional)
|
||||||
registration:
|
registration:
|
||||||
socialLogins: ['github', 'google', 'discord', 'openid', 'facebook', 'apple']
|
socialLogins: ['github', 'google', 'discord', 'openid', 'facebook', 'apple']
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue