nyirim commited on
Commit
c02dae1
·
verified ·
1 Parent(s): 088c337

Update librechat.yaml

Browse files
Files changed (1) hide show
  1. librechat.yaml +13 -0
librechat.yaml CHANGED
@@ -6,6 +6,19 @@ cache: true
6
 
7
  # Definition of custom endpoints
8
  endpoints:
 
 
 
 
 
 
 
 
 
 
 
 
 
9
  custom:
10
  # Mistral AI API
11
  - name: "Mistral" # Unique name for the endpoint
 
6
 
7
  # Definition of custom endpoints
8
  endpoints:
9
+
10
+ assistants:
11
+ disableBuilder: true # Disable Assistants Builder Interface by setting to `true`
12
+ pollIntervalMs: 750 # Polling interval for checking assistant updates
13
+ timeoutMs: 180000 # Timeout for assistant operations
14
+ # # Should only be one or the other, either `supportedIds` or `excludedIds`
15
+ supportedIds: ["asst_TONyyk9ZiYUJSrbyyo6DaOft"]
16
+ # # excludedIds: ["asst_excludedAssistantId"]
17
+ # # (optional) Models that support retrieval, will default to latest known OpenAI models that support the feature
18
+ # retrievalModels: ["gpt-4-turbo-preview"]
19
+ # # (optional) Assistant Capabilities available to all users. Omit the ones you wish to exclude. Defaults to list below.
20
+ capabilities: ["retrieval"]
21
+
22
  custom:
23
  # Mistral AI API
24
  - name: "Mistral" # Unique name for the endpoint