Skip to content

Commit

Permalink
feat: add ability to order assistants by supported id's first in the …
Browse files Browse the repository at this point in the history
…order they're listed
  • Loading branch information
dannybroadbent-twogether authored and dannypbroadbent committed Oct 30, 2024
1 parent 44b7bf3 commit f45c0e4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions librechat.example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ interface:
If you have any questions about these Terms, please contact us at contact@librechat.ai.
By using the Website, you acknowledge that you have read these Terms of Service and agree to be bound by them.
# Example Registration Object Structure (optional)
registration:
socialLogins: ['github', 'google', 'discord', 'openid', 'facebook']
Expand All @@ -71,7 +71,7 @@ registration:
# model: ''
# voices: ['']

#
#
# stt:
# openai:
# url: ''
Expand All @@ -98,6 +98,7 @@ endpoints:
# timeoutMs: 180000 # Timeout for assistant operations
# # Should only be one or the other, either `supportedIds` or `excludedIds`
# supportedIds: ["asst_supportedAssistantId1", "asst_supportedAssistantId2"]
# orderBySupportIdsFirst: false # Sort by supportedIds array first
# # excludedIds: ["asst_excludedAssistantId"]
# Only show assistants that the user created or that were created externally (e.g. in Assistants playground).
# # privateAssistants: false # Does not work with `supportedIds` or `excludedIds`
Expand Down

0 comments on commit f45c0e4

Please sign in to comment.