Guru-25 commited on
Commit
2dbb6da
·
verified ·
1 Parent(s): 492c1b7

Update librechat.yaml

Browse files
Files changed (1) hide show
  1. librechat.yaml +8 -8
librechat.yaml CHANGED
@@ -18,7 +18,7 @@ modelSpecs:
18
  preset:
19
  modelLabel: "GPT 4.1"
20
  endpoint: "Github Models"
21
- model: "gpt-4.1"
22
  temperature: 1
23
  max_tokens: 800
24
  top_p: 1
@@ -34,7 +34,7 @@ modelSpecs:
34
  preset:
35
  modelLabel: "o4-mini-high"
36
  endpoint: "Github Models"
37
- model: "o4-mini"
38
  max_tokens: 100000
39
  reasoning_effort: "high"
40
  - name: "o3"
@@ -43,7 +43,7 @@ modelSpecs:
43
  preset:
44
  modelLabel: "o3"
45
  endpoint: "Github Models"
46
- model: "o3"
47
  max_tokens: 100000
48
  reasoning_effort: "high"
49
  - name: "Grok 3 Reasoning"
@@ -66,12 +66,12 @@ endpoints:
66
  baseURL: "https://models.inference.ai.azure.com"
67
  models:
68
  default:
69
- - gpt-4.1
70
- - o4-mini
71
- - o3
72
- - gpt-4.1-nano
73
  titleConvo: true
74
- titleModel: "gpt-4.1-nano"
75
 
76
  - name: "grok"
77
  apiKey: "${GROK_KEY}"
 
18
  preset:
19
  modelLabel: "GPT 4.1"
20
  endpoint: "Github Models"
21
+ model: "openai/gpt-4.1"
22
  temperature: 1
23
  max_tokens: 800
24
  top_p: 1
 
34
  preset:
35
  modelLabel: "o4-mini-high"
36
  endpoint: "Github Models"
37
+ model: "openai/o4-mini"
38
  max_tokens: 100000
39
  reasoning_effort: "high"
40
  - name: "o3"
 
43
  preset:
44
  modelLabel: "o3"
45
  endpoint: "Github Models"
46
+ model: "openai/o3"
47
  max_tokens: 100000
48
  reasoning_effort: "high"
49
  - name: "Grok 3 Reasoning"
 
66
  baseURL: "https://models.inference.ai.azure.com"
67
  models:
68
  default:
69
+ - openai/gpt-4.1
70
+ - openai/o4-mini
71
+ - openai/o3
72
+ - openai/gpt-4.1-nano
73
  titleConvo: true
74
+ titleModel: "openai/gpt-4.1-nano"
75
 
76
  - name: "grok"
77
  apiKey: "${GROK_KEY}"