kkhfiles commited on
Commit
9c8bdf4
·
verified ·
1 Parent(s): 654a043

Update librechat.yaml

Browse files
Files changed (1) hide show
  1. librechat.yaml +0 -66
librechat.yaml CHANGED
@@ -28,69 +28,3 @@ fileConfig:
28
  disabled: false
29
  fileSizeLimit: 50
30
  totalSizeLimit: 150
31
-
32
- # Definition of custom endpoints
33
- endpoints:
34
- # ----------------------------------------------------------------- #
35
- # OpenAI Models
36
- # ----------------------------------------------------------------- #
37
- openAI:
38
- userProvided: true
39
- fetch: true
40
- models:
41
- default: [
42
- "gpt-5", "gpt-5-mini", "gpt-5-nano", "gpt-4.1-2025-04-14",
43
- "gpt-4.1-mini-2025-04-14", "gpt-4.1-nano-2025-04-14",
44
- "gpt-4o-2024-08-06", "gpt-4o-mini-2024-07-18", "o3-2025-04-16",
45
- "o4-mini-2025-04-16", "o4-mini-deep-research-2025-06-26",
46
- "o3-mini-2025-01-31", "o1-mini-2024-09-12"
47
- ]
48
-
49
- "gpt-5": { rag: true }
50
- "gpt-5-mini": { rag: true }
51
- "gpt-5-nano": { rag: true }
52
- "gpt-4.1-2025-04-14": { rag: true }
53
- "gpt-4.1-mini-2025-04-14": { rag: true }
54
- "gpt-4.1-nano-2025-04-14": { rag: true }
55
- "gpt-4o-2024-08-06": { rag: true }
56
- "gpt-4o-mini-2024-07-18": { rag: true }
57
- "o3-2025-04-16": { rag: true }
58
- "o4-mini-2025-04-16": { rag: true }
59
- "o4-mini-deep-research-2025-06-26": { rag: true }
60
- "o3-mini-2025-01-31": { rag: true }
61
- "o1-mini-2024-09-12": { rag: true }
62
-
63
- # ----------------------------------------------------------------- #
64
- # Anthropic Models
65
- # ----------------------------------------------------------------- #
66
- anthropic:
67
- userProvided: true
68
- fetch: true
69
- headers:
70
- anthropic-version: '2023-06-01'
71
- models:
72
- default: [
73
- "claude-opus-4-1-20250805", "claude-sonnet-4-20250514",
74
- "claude-opus-4-20250514", "claude-3-5-haiku-20241022"
75
- ]
76
-
77
- "claude-opus-4-1-20250805": { rag: true }
78
- "claude-sonnet-4-20250514": { rag: true }
79
- "claude-opus-4-20250514": { rag: true }
80
- "claude-3-5-haiku-20241022": { rag: true }
81
-
82
- # ----------------------------------------------------------------- #
83
- # Google Models
84
- # ----------------------------------------------------------------- #
85
- google:
86
- userProvided: true
87
- fetch: true
88
- models:
89
- default: ["gemini-2.5-pro", "gemini-2.5-flash", "gemini-2.5-flash-lite"]
90
-
91
- "gemini-2.5-pro": { rag: true }
92
- "gemini-2.5-flash": { rag: true }
93
- "gemini-2.5-flash-lite": { rag: true }
94
-
95
- # See the Custom Configuration Guide for more information:
96
- # https://docs.librechat.ai/install/configuration/custom_config.html
 
28
  disabled: false
29
  fileSizeLimit: 50
30
  totalSizeLimit: 150