This commit is contained in:
Paul Gauthier 2023-08-07 11:35:20 -03:00
parent 14c683bfdf
commit b12899f8f3
2 changed files with 6 additions and 3 deletions

View file

@ -41,6 +41,10 @@
color: #00FFFF; color: #00FFFF;
} }
.chat-transcript h1 {
display: none;
}
.chat-transcript h4 { .chat-transcript h4 {
color: #32FF32; color: #32FF32;
border-top: 1px solid #32FF32; border-top: 1px solid #32FF32;

View file

@ -22,9 +22,8 @@ with sensible commit messages.
#### These are chat messages written by the user. #### These are chat messages written by the user.
Chat responses from GPT are in a blue font like this, Chat responses from GPT are in a blue font like this,
and often include colorized "diffs" where GPT is making changes and often include colorized "diffs" where GPT is editing code:
to the source code in the repo.
Here's a sample edit block that switches from printing "hello" to "goodbye":
```python ```python
hello.py hello.py