This commit is contained in:
Paul Gauthier 2023-05-16 06:33:56 -07:00
parent 72b7721fbd
commit 3b69df6a82
2 changed files with 1 additions and 6 deletions

View file

@ -1,4 +1,4 @@
# aider is GPT-4 powered coding in your terminal
# aider
`aider` is a command-line chat tool that allows you to code with GPT-4 in the terminal.
Ask GPT for features, improvements, or bug fixes and `aider` will apply the suggested changes to your source files.

View file

@ -18,13 +18,8 @@
<a id="skip-to-content" href="#content">Skip to the content.</a>
<header class="page-header" role="banner">
{% if page.url == site.baseurl | append: '/' %}
<h1 class="project-name">aider</h1>
<h2 class="project-tagline">aider is GPT-4 powered coding in your terminal</h2>
{% else %}
<h1 class="project-name">{{ page.title | default: site.title | default: site.github.repository_name }}</h1>
<h2 class="project-tagline">{{ page.description | default: site.description | default: site.github.project_tagline }}</h2>
{% endif %}
<a href="{{ site.baseurl }}/" class="btn">Home</a>
<a href="{{ site.baseurl }}/examples/" class="btn">Examples</a>
{% if site.github.is_project_page %}