mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-20 12:24:59 +00:00
copy
This commit is contained in:
parent
644ec6f964
commit
499057c345
2 changed files with 4 additions and 2 deletions
|
@ -6,7 +6,8 @@ docker run \
|
|||
-v "$PWD/website:/site" \
|
||||
-p 4000:4000 \
|
||||
-e HISTFILE=/site/.bash_history \
|
||||
--entrypoint /bin/bash \
|
||||
-it \
|
||||
my-jekyll-site
|
||||
|
||||
# --entrypoint /bin/bash \
|
||||
|
||||
|
|
|
@ -5,7 +5,8 @@ highlight_image: /assets/benchmarks-udiff.jpg
|
|||
nav_exclude: true
|
||||
---
|
||||
{% if page.date %}
|
||||
<p class="post-date">{{ page.date | date: "%B %d, %Y" }}</p>
|
||||
<p class="post-date">{{ page.date | date: "%B %d, %Y" }}, by Paul Gauthier
|
||||
</p>
|
||||
{% endif %}
|
||||
|
||||
# Unified diffs make GPT-4 Turbo 3X less lazy
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue