kkhfiles commited on
Commit
97a5c8e
·
verified ·
1 Parent(s): a746584

Update librechat.yaml

Browse files
Files changed (1) hide show
  1. librechat.yaml +12 -0
librechat.yaml CHANGED
@@ -40,12 +40,16 @@ fileConfig:
40
 
41
  # Definition of custom endpoints
42
  endpoints:
 
 
 
43
  openAI:
44
  userProvided: true
45
  fetch: true
46
  tools: ["GoogleSearch"]
47
  models:
48
  default: ["gpt-5-mini"]
 
49
  fetch:
50
  - "gpt-5"
51
  - "gpt-5-chat-latest"
@@ -59,6 +63,10 @@ endpoints:
59
  - "o4-mini-deep-research"
60
  - "gpt-5-codex"
61
  - "codex-mini-latest"
 
 
 
 
62
  anthropic:
63
  userProvided: true
64
  fetch: true
@@ -71,6 +79,10 @@ endpoints:
71
  - "claude-sonnet-4-5-20250929"
72
  - "claude-opus-4-5-20251101"
73
  - "claude-haiku-4-5-20251001"
 
 
 
 
74
  google:
75
  userProvided: true
76
  fetch: true
 
40
 
41
  # Definition of custom endpoints
42
  endpoints:
43
+ # ----------------------------------------------------------------- #
44
+ # OpenAI Models
45
+ # ----------------------------------------------------------------- #
46
  openAI:
47
  userProvided: true
48
  fetch: true
49
  tools: ["GoogleSearch"]
50
  models:
51
  default: ["gpt-5-mini"]
52
+ # 'fetch' 키 아래에 모델 이름들을 대시(-)를 사용하여 리스트로 나열해야 합니다.
53
  fetch:
54
  - "gpt-5"
55
  - "gpt-5-chat-latest"
 
63
  - "o4-mini-deep-research"
64
  - "gpt-5-codex"
65
  - "codex-mini-latest"
66
+
67
+ # ----------------------------------------------------------------- #
68
+ # Anthropic Models (에러 발생 지점)
69
+ # ----------------------------------------------------------------- #
70
  anthropic:
71
  userProvided: true
72
  fetch: true
 
79
  - "claude-sonnet-4-5-20250929"
80
  - "claude-opus-4-5-20251101"
81
  - "claude-haiku-4-5-20251001"
82
+
83
+ # ----------------------------------------------------------------- #
84
+ # Google Models
85
+ # ----------------------------------------------------------------- #
86
  google:
87
  userProvided: true
88
  fetch: true