From f3cd194e84875609db7a50ac3a37b49c9cbb2bb3 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 8514a1c3d..70f28d5f1 100644 --- a/README.md +++ b/README.md @@ -466,6 +466,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" }