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