Guru-25 commited on
Commit
827fc58
·
verified ·
1 Parent(s): 8be79f4

Update librechat.yaml

Browse files
Files changed (1) hide show
  1. librechat.yaml +10 -0
librechat.yaml CHANGED
@@ -44,6 +44,15 @@ modelSpecs:
44
  model: "openai/o3"
45
  max_tokens: 100000
46
  reasoning_effort: "high"
 
 
 
 
 
 
 
 
 
47
 
48
  endpoints:
49
  agents:
@@ -60,6 +69,7 @@ endpoints:
60
  - openai/gpt-4.1
61
  - openai/o4-mini
62
  - openai/o3
 
63
  - openai/gpt-4.1-nano
64
  titleConvo: true
65
  titleModel: "openai/gpt-4.1-nano"
 
44
  model: "openai/o3"
45
  max_tokens: 100000
46
  reasoning_effort: "high"
47
+ - name: "Grok 3 Mini"
48
+ label: "Grok 3 Mini"
49
+ iconURL: "https://cdn.jsdelivr.net/gh/Guru-25/LibreChat/xai.svg"
50
+ preset:
51
+ modelLabel: "Grok 3 Mini"
52
+ endpoint: "Github Models"
53
+ model: "xai/grok-3-mini"
54
+ max_tokens: 16000
55
+ reasoning_effort: "high"
56
 
57
  endpoints:
58
  agents:
 
69
  - openai/gpt-4.1
70
  - openai/o4-mini
71
  - openai/o3
72
+ - xai/grok-3-mini
73
  - openai/gpt-4.1-nano
74
  titleConvo: true
75
  titleModel: "openai/gpt-4.1-nano"