From b12899f8f3b2389f65ce1e2a6fed5e9ed4ff041e Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Mon, 7 Aug 2023 11:35:20 -0300 Subject: [PATCH] copy --- assets/css/style.scss | 4 ++++ share/index.md | 5 ++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/assets/css/style.scss b/assets/css/style.scss index 47cd764ba..9c6a1cd09 100644 --- a/assets/css/style.scss +++ b/assets/css/style.scss @@ -41,6 +41,10 @@ color: #00FFFF; } +.chat-transcript h1 { + display: none; +} + .chat-transcript h4 { color: #32FF32; border-top: 1px solid #32FF32; diff --git a/share/index.md b/share/index.md index 30394c8c4..ea0edfd0e 100644 --- a/share/index.md +++ b/share/index.md @@ -22,9 +22,8 @@ with sensible commit messages. #### These are chat messages written by the user. Chat responses from GPT are in a blue font like this, -and often include colorized "diffs" where GPT is making changes -to the source code in the repo. -Here's a sample edit block that switches from printing "hello" to "goodbye": +and often include colorized "diffs" where GPT is editing code: + ```python hello.py