Typo fix in LibreChat YAML config.

This commit is contained in:
2025-02-27 19:22:19 -05:00
parent 8812b52af2
commit 836f819246
@@ -6,8 +6,8 @@ endpoints:
models: models:
default: [ default: [
"deepseek-r1" "deepseek-r1"
"deepseek-coder-v2" "deepseek-coder-v2",
"deepseek-v3" "deepseek-v3",
"llama3.3", "llama3.3",
"phi4", "phi4",
"qwen2.5", "qwen2.5",
@@ -18,7 +18,7 @@ endpoints:
"starcoder2", "starcoder2",
"dolphin-mixtral", "dolphin-mixtral",
"smollm2", "smollm2",
"orca-mini" "orca-mini",
"mistral-openorca" "mistral-openorca"
] ]
# fetching list of models is supported but the `name` field must start # fetching list of models is supported but the `name` field must start