Potential fix for pull request finding

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
John Feng 2026-04-14 13:11:45 +08:00
parent e4cb0a1236
commit f3cd194e84

View file

@ -466,6 +466,7 @@ PicoClaw supports 30+ LLM providers through the `model_list` configuration. Use
"model_list": [ "model_list": [
{ {
"model_name": "local-ovms", "model_name": "local-ovms",
"enabled": true,
"model": "ovms/your-model", "model": "ovms/your-model",
"api_base": "http://localhost:8000/v3" "api_base": "http://localhost:8000/v3"
} }