mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-28 08:14:59 +00:00
copy
This commit is contained in:
parent
37d1504b5e
commit
bc908da360
1 changed files with 7 additions and 5 deletions
|
@ -6,6 +6,12 @@ created using <a href="https://aider.chat">aider</a>.
|
|||
Aider is a command line tool that lets you pair program with GPT-3.5 or
|
||||
GPT-4, to edit code stored in your local git repository.
|
||||
|
||||
|
||||
## Shared chat transcript
|
||||
|
||||
<div class="chat-transcript" id="shared-transcript">
|
||||
</div>
|
||||
|
||||
## Transcript format
|
||||
|
||||
<div class="chat-transcript" markdown="1">
|
||||
|
@ -28,11 +34,6 @@ print("goodbye")
|
|||
```
|
||||
</div>
|
||||
|
||||
## Shared chat transcript
|
||||
|
||||
<div class="chat-transcript" id="shared-transcript">
|
||||
</div>
|
||||
|
||||
<script src="https://cdn.jsdelivr.net/npm/marked/marked.min.js"></script>
|
||||
<script>
|
||||
window.onload = function() {
|
||||
|
@ -67,3 +68,4 @@ window.onload = function() {
|
|||
});
|
||||
}
|
||||
</script>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue