This commit is contained in:
Paul Gauthier 2025-03-18 19:07:03 -07:00
parent e9b1a98314
commit dd4d2420df
4 changed files with 4 additions and 4 deletions

View file

@ -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;

View file

@ -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.",

View file

@ -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.