From 16fe46ef5d3d6c95f5a00fcaaf2ee65363d76bf6 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Sun, 11 Feb 2024 15:49:44 -0800 Subject: [PATCH] copy --- docs/instructions.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/instructions.md b/docs/instructions.md index 4d5216100..a528d14e5 100644 --- a/docs/instructions.md +++ b/docs/instructions.md @@ -50,7 +50,8 @@ This function uses `httpx` to make a GET request to `httpbin.org/user-agent`, wh GPT correctly used `httpx` and provided type hints. -See below for the transcript of this same chat *without* +See below for the transcript of this same +coding task conducted *without* using `INSTRUCTIONS.md`. In this case, GPT used `requests` and skipped types, which is perhaps more typical in small python scripts.