frfr
commited on
Update librechat.yaml
Browse files- librechat.yaml +29 -28
librechat.yaml
CHANGED
@@ -9,38 +9,39 @@ endpoints:
|
|
9 |
custom:
|
10 |
- name: "CablyAI"
|
11 |
apiKey: "${CABLYAI_API_KEY}"
|
12 |
-
baseURL: "https://cablyai.com/
|
13 |
models:
|
14 |
default:
|
15 |
-
- "
|
16 |
-
- "
|
17 |
-
- "
|
18 |
-
- "
|
19 |
-
- "
|
20 |
-
- "
|
21 |
-
- "
|
22 |
-
- "
|
23 |
-
- "
|
24 |
-
- "
|
25 |
-
- "
|
26 |
-
- "
|
27 |
-
- "
|
28 |
-
- "
|
29 |
-
- "
|
30 |
-
- "
|
31 |
-
- "
|
32 |
-
- "
|
33 |
-
- "
|
34 |
-
- "
|
35 |
-
- "
|
36 |
-
- "
|
37 |
-
- "
|
38 |
-
- "
|
39 |
-
- "
|
|
|
40 |
fetch: false
|
41 |
titleConvo: true
|
42 |
-
titleModel: "
|
43 |
summarize: false
|
44 |
-
summaryModel: "
|
45 |
forcePrompt: false
|
46 |
modelDisplayLabel: "CablyAI"
|
|
|
9 |
custom:
|
10 |
- name: "CablyAI"
|
11 |
apiKey: "${CABLYAI_API_KEY}"
|
12 |
+
baseURL: "https://cablyai.com/"
|
13 |
models:
|
14 |
default:
|
15 |
+
- "chatgpt-4o-latest"
|
16 |
+
- "claude-3.5-sonnet"
|
17 |
+
- "gpt-3.5-turbo"
|
18 |
+
- "gpt-3.5-turbo-0125"
|
19 |
+
- "gpt-3.5-turbo-0301"
|
20 |
+
- "gpt-3.5-turbo-0613"
|
21 |
+
- "gpt-3.5-turbo-1106"
|
22 |
+
- "gpt-3.5-turbo-16k"
|
23 |
+
- "gpt-3.5-turbo-instruct"
|
24 |
+
- "gpt-4"
|
25 |
+
- "gpt-4-0314"
|
26 |
+
- "gpt-4-1106-preview"
|
27 |
+
- "gpt-4-32k"
|
28 |
+
- "gpt-4-32k-0314"
|
29 |
+
- "gpt-4-turbo"
|
30 |
+
- "gpt-4-turbo-preview"
|
31 |
+
- "gpt-4-vision-preview"
|
32 |
+
- "gpt-4o"
|
33 |
+
- "gpt-4o-2024-05-13"
|
34 |
+
- "gpt-4o-2024-08-06"
|
35 |
+
- "gpt-4o-mini"
|
36 |
+
- "gpt-4o-mini-2024-07-18"
|
37 |
+
- "o1-mini"
|
38 |
+
- "o1-mini-2024-09-12"
|
39 |
+
- "o1-preview"
|
40 |
+
- "o1-preview-2024-09-12"
|
41 |
fetch: false
|
42 |
titleConvo: true
|
43 |
+
titleModel: "claude-3.5-sonnet"
|
44 |
summarize: false
|
45 |
+
summaryModel: "claude-3.5-sonnet"
|
46 |
forcePrompt: false
|
47 |
modelDisplayLabel: "CablyAI"
|