mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-20 12:24:59 +00:00
fix: Correct import path for my_models in faq.md
This commit is contained in:
parent
9967efe45a
commit
abfb2ca810
1 changed files with 4 additions and 0 deletions
|
@ -218,6 +218,10 @@ 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
|
||||||
|
import sys
|
||||||
|
from pathlib import Path
|
||||||
|
repo_root = Path(__file__).parent.parent.parent.parent
|
||||||
|
sys.path.append(str(repo_root))
|
||||||
import scripts.my_models as my_models
|
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)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue