Skip to content

Commit

Permalink
✨ feat: Add example custom token rates configuration to `librechat.ex…
Browse files Browse the repository at this point in the history
…ample.yaml`
  • Loading branch information
rubentalstra committed Feb 27, 2025
1 parent 262e6aa commit edf23eb
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions librechat.example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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']
Expand Down

0 comments on commit edf23eb

Please sign in to comment.