updated chat transcript divs

This commit is contained in:
Paul Gauthier 2024-05-17 12:51:13 -07:00
parent 014ec6365e
commit 8a960083c7
11 changed files with 83 additions and 30 deletions

View file

@ -91,7 +91,6 @@ plot_over_time('_data/edit_leaderboard.yml')
> Commit 49ac9ca aider: Added scatter plot functionality for YAML entries with a `released` date and `pass_rate_2`.
</div>
<div style="margin: 30px;"></div>
<div class="chat-transcript" markdown="1">
#### /run python benchmark/over_time.py
@ -128,7 +127,6 @@ benchmark/over_time.py
> Commit af2f4b7 aider: Use the `released` field directly in the plot instead of parsing it with `datetime.strptime`.
</div>
<div style="margin: 30px;"></div>
<div class="chat-transcript" markdown="1">
#### color the "gpt-4" models differently
@ -153,7 +151,6 @@ This change will color the points red if the model name contains "gpt-4", otherw
> Commit 0d11357 aider: Color the "gpt-4" models differently.
</div>
<div style="margin: 30px;"></div>
<div class="chat-transcript" markdown="1">
#### color the gpt-3.5 models a new color
@ -175,7 +172,6 @@ benchmark/over_time.py
> Commit 85d9d84 aider: Color the "gpt-3.5" models green in the plotting code.
</div>
<div style="margin: 30px;"></div>
<div class="chat-transcript" markdown="1">
#### use the colorscheme and fonts from the other graphs in plots.py
@ -251,7 +247,6 @@ benchmark/over_time.py
</div>
<div style="margin: 30px;"></div>
<div class="chat-transcript" markdown="1">
#### /add tmp_over_time.png
@ -280,7 +275,6 @@ benchmark/over_time.py
</div>
<div style="margin: 30px;"></div>
<div class="chat-transcript" markdown="1">
#### make the dots bigger
@ -302,7 +296,6 @@ benchmark/over_time.py
> Commit a018fdf aider: Make the dots bigger.
</div>
<div style="margin: 20px;"></div>
<div class="chat-transcript" markdown="1">
#### make the border of the graph thinner and lighter