mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 17:24:59 +00:00
fix: Correct import path in cog block for model stats
This commit is contained in:
parent
e77d80bda5
commit
9967efe45a
1 changed files with 1 additions and 1 deletions
|
@ -218,7 +218,7 @@ Below is a table showing the models I use,
|
||||||
extracted from the [public log of my aider analytics](https://github.com/aider-ai/aider/blob/main/aider/website/assets/sample-analytics.jsonl).
|
extracted from the [public log of my aider analytics](https://github.com/aider-ai/aider/blob/main/aider/website/assets/sample-analytics.jsonl).
|
||||||
|
|
||||||
<!--[[[cog
|
<!--[[[cog
|
||||||
from .scripts.my_models import collect_model_stats
|
import scripts.my_models as my_models
|
||||||
stats = my_models.collect_model_stats()
|
stats = my_models.collect_model_stats()
|
||||||
html = my_models.format_html_table(stats)
|
html = my_models.format_html_table(stats)
|
||||||
cog.out(html)
|
cog.out(html)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue