mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-28 16:25:00 +00:00
style: split long URL string constant into multiple lines
This commit is contained in:
parent
8082cbed98
commit
a3d78e0944
1 changed files with 4 additions and 1 deletions
|
@ -633,7 +633,10 @@ MODEL_SETTINGS = [
|
|||
|
||||
|
||||
class ModelInfoManager:
|
||||
MODEL_INFO_URL = "https://raw.githubusercontent.com/BerriAI/litellm/main/model_prices_and_context_window.json"
|
||||
MODEL_INFO_URL = (
|
||||
"https://raw.githubusercontent.com/BerriAI/litellm/main/"
|
||||
"model_prices_and_context_window.json"
|
||||
)
|
||||
CACHE_TTL = 60 * 60 * 24 # 24 hours
|
||||
content = None
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue