bahi-bh commited on
Commit
230cf8a
·
verified ·
1 Parent(s): 3c2cef7

Update librechat.yaml

Browse files
Files changed (1) hide show
  1. librechat.yaml +12 -13
librechat.yaml CHANGED
@@ -8,20 +8,19 @@ interface:
8
  registration:
9
  socialLogins: []
10
 
11
- modelSpecs:
12
- enforce: false
13
-
14
  endpoints:
15
- openAI:
16
- groups:
17
- - group: "MyAI"
 
 
 
18
 
19
- apiKey: "${MYAI_API_KEY}"
 
20
 
21
- baseURL: "https://bahi-bh-duck.hf.space/v1"
 
 
22
 
23
- models:
24
- default:
25
- - command-r
26
- - gpt-4o
27
- - llama-3.1-70b
 
8
  registration:
9
  socialLogins: []
10
 
 
 
 
11
  endpoints:
12
+ custom:
13
+ - name: "MyAI"
14
+
15
+ apiKey: "${MYAI_API_KEY}"
16
+
17
+ baseURL: "https://bahi-bh-duck.hf.space/v1"
18
 
19
+ models:
20
+ fetch: true
21
 
22
+ titleConvo: true
23
+ summarize: false
24
+ forcePrompt: false
25
 
26
+ modelDisplayLabel: "MyAI"