Typo fix in LibreChat YAML config.
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user