From 225cb93b058a8d83ea0d0b116fe10ea6c1dc6de0 Mon Sep 17 00:00:00 2001 From: "Paul Gauthier (aider)" Date: Sun, 25 Aug 2024 07:52:51 -0700 Subject: [PATCH] style: Fix formatting in aider/models.py --- aider/models.py | 1 + 1 file changed, 1 insertion(+) diff --git a/aider/models.py b/aider/models.py index 6fa409404..8b45df2a3 100644 --- a/aider/models.py +++ b/aider/models.py @@ -454,6 +454,7 @@ class Model(ModelSettings): try: # First, attempt to fetch from GitHub import requests + url = "https://raw.githubusercontent.com/BerriAI/litellm/main/model_prices_and_context_window.json" response = requests.get(url, timeout=5) if response.status_code == 200: