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 committed by GitHub
parent 318ff4c079
commit 017d3d44ff
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -455,6 +455,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"
} }