mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 00:35:00 +00:00
aider: Reduced font size of table in leaderboard.md
# Aider chat conversation: USER: make the font smaller for the table ASSISTANT: Here is the *SEARCH/REPLACE* block to make the font smaller in the table: docs/leaderboard.md ```markdown <<<<<<< SEARCH <table style="width: 90%; max-width: 800px; margin: auto; border-collapse: collapse; box-shadow: 0 2px 4px rgba(0,0,0,0.1);"> ======= <table style="width: 90%; max-width: 800px; margin: auto; border-collapse: collapse; box-shadow: 0 2px 4px rgba(0,0,0,0.1); font-size: 14px;"> >>>>>>> REPLACE ```
This commit is contained in:
parent
01cf0c43a0
commit
e99eaf5e90
1 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@ it will work best with models that score well on the code editing benchmark.
|
|||
|
||||
## Code editing leaderboard
|
||||
|
||||
<table style="width: 90%; max-width: 800px; margin: auto; border-collapse: collapse; box-shadow: 0 2px 4px rgba(0,0,0,0.1);">
|
||||
<table style="width: 90%; max-width: 800px; margin: auto; border-collapse: collapse; box-shadow: 0 2px 4px rgba(0,0,0,0.1); font-size: 14px;">
|
||||
<thead style="background-color: #f2f2f2;">
|
||||
<tr>
|
||||
<th style="padding: 4px; text-align: left;">Model</th>
|
||||
|
@ -69,4 +69,4 @@ See the
|
|||
[benchmark README]()
|
||||
for information on running aider's code editing benchmark.
|
||||
Submit results by opening a PR with edits to the
|
||||
[benchmark results CSV data file](https://github.com/paul-gauthier/aider/blob/main/_data/leaderboard.csv).
|
||||
[benchmark results CSV data file](https://github.com/paul-gauthier/aider/blob/main/_data/leaderboard.csv).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue