mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-06 04:35:00 +00:00
copy
This commit is contained in:
parent
14c683bfdf
commit
b12899f8f3
2 changed files with 6 additions and 3 deletions
|
@ -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;
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue