Spaces:
Runtime error
Runtime error
Update librechat.yaml
Browse files- 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 |
-
#
|
| 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
|