This commit is contained in:
Paul Gauthier 2024-06-08 13:42:58 -07:00
parent 4cbeb59bec
commit 36dab7d89f
4 changed files with 8 additions and 5 deletions

View file

@ -1,6 +1,7 @@
--- ---
parent: Configuration parent: Configuration
nav_order: 15 nav_order: 15
description: How to configure aider with a yaml config file.
--- ---
# YAML config file # YAML config file

View file

@ -16,7 +16,7 @@ for all the details.
<div class="video-container"> <div class="video-container">
<video controls> <video controls>
<source src="/assets/codespaces.mp4" type="video/mp4"> <source src="/assets/codespaces.mp4" type="video/mp4">
<a href="/assets/codespaces.mp4">Aider browser UI demo video</a> <a href="/assets/codespaces.mp4">Install aider in GitHub Codespaces</a>
</video> </video>
</div> </div>

View file

@ -1,6 +1,7 @@
--- ---
nav_order: 30 nav_order: 30
has_children: true has_children: true
description: How to use aider to pair program with AI and edit code in your local git repo.
--- ---
# Usage # Usage

View file

@ -1,22 +1,23 @@
--- ---
parent: Usage parent: Usage
nav_order: 100 nav_order: 100
description: Speak with aider about your code!
--- ---
# Voice-to-code with aider # Voice-to-code with aider
Speak with GPT about your code! Request new features, test cases or bug fixes using your voice and let GPT do the work of editing the files in your local git repo. As with all of aider's capabilities, you can use voice-to-code with an existing repo or to start a new project. Speak with aider about your code! Request new features, test cases or bug fixes using your voice and let aider do the work of editing the files in your local git repo. As with all of aider's capabilities, you can use voice-to-code with an existing repo or to start a new project.
Voice support fits quite naturally into aider's AI pair programming Voice support fits quite naturally into aider's AI pair programming
chat interface. Now you can fluidly switch between voice and text chat chat interface. Now you can fluidly switch between voice and text chat
when you ask GPT to edit your code. when you ask aider to edit your code.
## How to use voice-to-code ## How to use voice-to-code
Use the in-chat `/voice` command to start recording, Use the in-chat `/voice` command to start recording,
and press `ENTER` when you're done speaking. and press `ENTER` when you're done speaking.
Your voice coding instructions will be transcribed Your voice coding instructions will be transcribed,
and sent to GPT, as if you had typed them into as if you had typed them into
the aider chat session. the aider chat session.
See the [installation instructions](https://aider.chat/docs/install/optional.html#enable-voice-coding) for See the [installation instructions](https://aider.chat/docs/install/optional.html#enable-voice-coding) for