frfr commited on
Commit
165baa1
·
verified ·
1 Parent(s): c473230

Update librechat.yaml

Browse files
Files changed (1) hide show
  1. 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/v1/chat/completions"
13
  models:
14
  default:
15
- - "openai/chatgpt-4o-latest"
16
- - "openai/gpt-3.5-turbo"
17
- - "openai/gpt-3.5-turbo-0125"
18
- - "openai/gpt-3.5-turbo-0301"
19
- - "openai/gpt-3.5-turbo-0613"
20
- - "openai/gpt-3.5-turbo-1106"
21
- - "openai/gpt-3.5-turbo-16k"
22
- - "openai/gpt-3.5-turbo-instruct"
23
- - "openai/gpt-4"
24
- - "openai/gpt-4-0314"
25
- - "openai/gpt-4-1106-preview"
26
- - "openai/gpt-4-32k"
27
- - "openai/gpt-4-32k-0314"
28
- - "openai/gpt-4-turbo"
29
- - "openai/gpt-4-turbo-preview"
30
- - "openai/gpt-4-vision-preview"
31
- - "openai/gpt-4o"
32
- - "openai/gpt-4o-2024-05-13"
33
- - "openai/gpt-4o-2024-08-06"
34
- - "openai/gpt-4o-mini"
35
- - "openai/gpt-4o-mini-2024-07-18"
36
- - "openai/o1-mini"
37
- - "openai/o1-mini-2024-09-12"
38
- - "openai/o1-preview"
39
- - "openai/o1-preview-2024-09-12"
 
40
  fetch: false
41
  titleConvo: true
42
- titleModel: "gpt-3.5-turbo"
43
  summarize: false
44
- summaryModel: "gpt-3.5-turbo"
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"