From 017d3d44ff24e5d504f2d4076f052ee25748e639 Mon Sep 17 00:00:00 2001 From: John Feng Date: Tue, 14 Apr 2026 13:11:45 +0800 Subject: [PATCH] Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6f27a1fdb..8d404c104 100644 --- a/README.md +++ b/README.md @@ -455,6 +455,7 @@ PicoClaw supports 30+ LLM providers through the `model_list` configuration. Use "model_list": [ { "model_name": "local-ovms", + "enabled": true, "model": "ovms/your-model", "api_base": "http://localhost:8000/v3" }