kkhfiles commited on
Commit
0713136
ยท
verified ยท
1 Parent(s): 97a5c8e

Update librechat.yaml

Browse files
Files changed (1) hide show
  1. librechat.yaml +1 -10
librechat.yaml CHANGED
@@ -40,16 +40,13 @@ fileConfig:
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"
@@ -64,9 +61,6 @@ endpoints:
64
  - "gpt-5-codex"
65
  - "codex-mini-latest"
66
 
67
- # ----------------------------------------------------------------- #
68
- # Anthropic Models (์—๋Ÿฌ ๋ฐœ์ƒ ์ง€์ )
69
- # ----------------------------------------------------------------- #
70
  anthropic:
71
  userProvided: true
72
  fetch: true
@@ -80,9 +74,6 @@ endpoints:
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
 
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
+ # ๋ฐ˜๋“œ์‹œ ์•„๋ž˜์™€ ๊ฐ™์ด ๋‹จ์ˆœ ๋ฌธ์ž์—ด ๋ฆฌ์ŠคํŠธ(Array) ํ˜•ํƒœ์—ฌ์•ผ ํ•ฉ๋‹ˆ๋‹ค.
50
  fetch:
51
  - "gpt-5"
52
  - "gpt-5-chat-latest"
 
61
  - "gpt-5-codex"
62
  - "codex-mini-latest"
63
 
 
 
 
64
  anthropic:
65
  userProvided: true
66
  fetch: true
 
74
  - "claude-opus-4-5-20251101"
75
  - "claude-haiku-4-5-20251001"
76
 
 
 
 
77
  google:
78
  userProvided: true
79
  fetch: true