mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-01-10 20:48:54 +01: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
|
||||
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']
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue