Typo fix in LibreChat YAML config.
This commit is contained in:
@@ -6,8 +6,8 @@ endpoints:
|
||||
models:
|
||||
default: [
|
||||
"deepseek-r1"
|
||||
"deepseek-coder-v2"
|
||||
"deepseek-v3"
|
||||
"deepseek-coder-v2",
|
||||
"deepseek-v3",
|
||||
"llama3.3",
|
||||
"phi4",
|
||||
"qwen2.5",
|
||||
@@ -18,7 +18,7 @@ endpoints:
|
||||
"starcoder2",
|
||||
"dolphin-mixtral",
|
||||
"smollm2",
|
||||
"orca-mini"
|
||||
"orca-mini",
|
||||
"mistral-openorca"
|
||||
]
|
||||
# fetching list of models is supported but the `name` field must start
|
||||
|
||||
Reference in New Issue
Block a user