mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 09: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
|
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.
|
GPT-4, to edit code stored in your local git repository.
|
||||||
|
|
||||||
|
|
||||||
|
## Shared chat transcript
|
||||||
|
|
||||||
|
<div class="chat-transcript" id="shared-transcript">
|
||||||
|
</div>
|
||||||
|
|
||||||
## Transcript format
|
## Transcript format
|
||||||
|
|
||||||
<div class="chat-transcript" markdown="1">
|
<div class="chat-transcript" markdown="1">
|
||||||
|
@ -28,11 +34,6 @@ print("goodbye")
|
||||||
```
|
```
|
||||||
</div>
|
</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 src="https://cdn.jsdelivr.net/npm/marked/marked.min.js"></script>
|
||||||
<script>
|
<script>
|
||||||
window.onload = function() {
|
window.onload = function() {
|
||||||
|
@ -67,3 +68,4 @@ window.onload = function() {
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue