From 6bd47c4eec1042ff98d36ddae952b8e3f49c8ad3 Mon Sep 17 00:00:00 2001 From: DevTekVE Date: Sun, 13 Apr 2025 21:39:26 +0200 Subject: [PATCH] Models: point to v2 of driving models json for recompiled models (#817) Use newer model version json since they have been recompiled --- sunnypilot/models/fetcher.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sunnypilot/models/fetcher.py b/sunnypilot/models/fetcher.py index d9aa54aa88..3e3e479903 100644 --- a/sunnypilot/models/fetcher.py +++ b/sunnypilot/models/fetcher.py @@ -122,7 +122,7 @@ class ModelCache: class ModelFetcher: """Handles fetching and caching of model data from remote source""" - MODEL_URL = "https://docs.sunnypilot.ai/driving_models.json" + MODEL_URL = "https://docs.sunnypilot.ai/driving_models_v2.json" def __init__(self, params: Params): self.params = params