This commit is contained in:
Paul Gauthier 2024-02-19 13:30:54 -08:00
parent 63566443d9
commit 662b70ed1f
2 changed files with 2 additions and 1 deletions

View file

@ -15,6 +15,7 @@
color: #777; color: #777;
font-size: 0.85em; font-size: 0.85em;
margin-bottom: 0.5em; margin-bottom: 0.5em;
padding-top: 1em;
} }
.chat-transcript { .chat-transcript {

View file

@ -1,5 +1,5 @@
--- ---
title: ed diffs make GPT-4 Turbo less lazy title: Unified diffs make GPT-4 Turbo less lazy
excerpt: GPT-4 Turbo has a problem with lazy coding, which can be signiciantly improved by asking for code changes formatted as unified diffs. excerpt: GPT-4 Turbo has a problem with lazy coding, which can be signiciantly improved by asking for code changes formatted as unified diffs.
--- ---
# Unified diffs make GPT-4 Turbo less lazy # Unified diffs make GPT-4 Turbo less lazy