Models: point to v2 of driving models json for recompiled models (#817)

Use newer model version json since they have been recompiled
This commit is contained in:
DevTekVE
2025-04-13 21:39:26 +02:00
committed by GitHub
parent 43eefed514
commit 6bd47c4eec
+1 -1
View File
@@ -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