mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 17:24:59 +00:00
fixed link
This commit is contained in:
parent
f97ed15dd3
commit
f760eacfd6
3 changed files with 4 additions and 1 deletions
|
@ -7,6 +7,8 @@ WORKDIR /site
|
||||||
# Copy the current directory contents into the container at /srv/jekyll
|
# Copy the current directory contents into the container at /srv/jekyll
|
||||||
COPY website /site
|
COPY website /site
|
||||||
|
|
||||||
|
RUN apt-get update && apt-get install libcurl4
|
||||||
|
|
||||||
# Install any needed packages specified in Gemfile
|
# Install any needed packages specified in Gemfile
|
||||||
RUN bundle install --retry 5 --jobs 20
|
RUN bundle install --retry 5 --jobs 20
|
||||||
|
|
||||||
|
|
|
@ -5,3 +5,4 @@ gem 'jekyll-redirect-from'
|
||||||
gem 'jekyll-sitemap'
|
gem 'jekyll-sitemap'
|
||||||
gem "webrick"
|
gem "webrick"
|
||||||
gem 'github-pages', group: :jekyll_plugins
|
gem 'github-pages', group: :jekyll_plugins
|
||||||
|
gem "html-proofer"
|
||||||
|
|
|
@ -39,7 +39,7 @@ local models that provide an
|
||||||
{: .no_toc }
|
{: .no_toc }
|
||||||
|
|
||||||
Check
|
Check
|
||||||
[Aider's LLM leaderboards](/docs/llms/https://aider.chat/docs/leaderboards/)
|
[Aider's LLM leaderboards](https://aider.chat/docs/leaderboards/)
|
||||||
to see which models work best with aider.
|
to see which models work best with aider.
|
||||||
|
|
||||||
Be aware that aider may not work well with less capable models.
|
Be aware that aider may not work well with less capable models.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue