mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-12 23:54:59 +00:00
copy
This commit is contained in:
parent
db0e420ea0
commit
05450fb3d2
2 changed files with 13 additions and 4 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
### v0.31.0
|
||||
|
||||
- Aider is now also AI pair programming in your browser! Use the `--browser` switch to launch am experimental browser based version of aider.
|
||||
- [Aider is now also AI pair programming in your browser!](https://aider.chat/2024/05/02/browser.html) Use the `--browser` switch to launch an experimental browser based version of aider.
|
||||
- Switch models during the chat with `/model <name>` and search the list of available models with `/models <query>`.
|
||||
|
||||
### v0.30.1
|
||||
|
|
|
@ -7,11 +7,20 @@ highlight_image: /assets/browser.jpg
|
|||
|
||||
<video width="704" height="720" controls poster="/assets/browser.jpg">
|
||||
<source src="/assets/aider-browser-social.mp4" type="video/mp4">
|
||||
[Aider browser UI demo video](/assets/aider-browser-social.mp4)
|
||||
<a href="/assets/aider-browser-social.mp4">Aider browser UI demo video</a>
|
||||
</video>
|
||||
|
||||
Aider is now also AI pair programming in your browser!
|
||||
Use the `--browser` switch to launch am experimental browser based version of aider.
|
||||
Use aider's new experimental browser UI to collaborate with LLMs
|
||||
to edit code in your local git repo.
|
||||
Aider will directly edit the code in your local source files,
|
||||
and [git commit the changes](https://aider.chat/docs/faq.html#how-does-aider-use-git)
|
||||
with sensible commit messages.
|
||||
You can start a new project or work with an existing git repo.
|
||||
Aider works well with GPT 3.5, GPT-4, GPT-4 Turbo with Vision,
|
||||
and Claude 3 Opus.
|
||||
It also supports [connecting to almost any LLM](https://aider.chat/docs/llms.html).
|
||||
|
||||
Use the `--browser` switch to launch the browser version of aider:
|
||||
|
||||
```
|
||||
pip install aider-chat
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue