diff --git a/aider/website/_includes/recording.css b/aider/website/_includes/recording.css index ef0a9539a..2fc6e4265 100644 --- a/aider/website/_includes/recording.css +++ b/aider/website/_includes/recording.css @@ -73,7 +73,7 @@ /* Page container styling */ .page-container { - max-width: 900px; + max-width: 950px; margin-left: auto; margin-right: auto; position: relative; @@ -83,7 +83,7 @@ .macos-backdrop { background: linear-gradient(135deg, #ff9966, #ff5e62, #6666ff, #0066ff); border-radius: 12px; - padding: 45px 30px; + padding: 50px 20px; margin: 20px 0; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2); position: relative; diff --git a/aider/website/assets/audio/model-accepts-settings/03-45.mp3 b/aider/website/assets/audio/model-accepts-settings/03-45.mp3 index a129c46f8..4e3cf5953 100644 Binary files a/aider/website/assets/audio/model-accepts-settings/03-45.mp3 and b/aider/website/assets/audio/model-accepts-settings/03-45.mp3 differ diff --git a/aider/website/assets/audio/model-accepts-settings/metadata.json b/aider/website/assets/audio/model-accepts-settings/metadata.json index 5223418c3..b9ce5c335 100644 --- a/aider/website/assets/audio/model-accepts-settings/metadata.json +++ b/aider/website/assets/audio/model-accepts-settings/metadata.json @@ -4,7 +4,7 @@ "01-45": "Let's have a look at the models code and clean up some stray lines.", "02-00": "It also made the warning logic too conservative. We want to warn unless the setting is explicitly known to be supported.", "03-00": "Ok, good. Now lets add a setting to silence these warnings for power users who are doing something intentional.", - "03-45": "Now we need to update the database of model settings to annotate which models support which reasoning settings. We'll start with the code that handles \"fallback\" settings.", + "03-45": "Now we need to update the database of model settings to annotate which models support which reasoning settings. We'll start with the code that handles \"fallback\" settings for known models on unknown providers.", "04-45": "Oh, we forgot to give aider the actual file with that code! Aider asks to see it.", "05-00": "Ok, we've confused aider by asking it to change code it couldn't see.", "05-10": "Let's clear the chat and refine the prompt and try again.", diff --git a/aider/website/docs/recordings/model-accepts-settings.md b/aider/website/docs/recordings/model-accepts-settings.md index e9df8cb00..3cf5d3e20 100644 --- a/aider/website/docs/recordings/model-accepts-settings.md +++ b/aider/website/docs/recordings/model-accepts-settings.md @@ -23,7 +23,7 @@ const recording_url = "https://gist.githubusercontent.com/paul-gauthier/66b1b5aa - 1:45 Let's have a look at the models code and clean up some stray lines. - 2:00 It also made the warning logic too conservative. We want to warn unless the setting is explicitly known to be supported. - 3:00 Ok, good. Now lets add a setting to silence these warnings for power users who are doing something intentional. -- 3:45 Now we need to update the database of model settings to annotate which models support which reasoning settings. We'll start with the code that handles "fallback" settings. +- 3:45 Now we need to update the database of model settings to annotate which models support which reasoning settings. We'll start with the code that handles "fallback" settings for known models on unknown providers. - 4:45 Oh, we forgot to give aider the actual file with that code! Aider asks to see it. - 5:00 Ok, we've confused aider by asking it to change code it couldn't see. - 5:10 Let's clear the chat and refine the prompt and try again.