mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-28 16:25:00 +00:00
Updated HISTORY
This commit is contained in:
parent
bdef4308fe
commit
6ddfc894e7
3 changed files with 8 additions and 2 deletions
|
@ -1,5 +1,11 @@
|
|||
# Release history
|
||||
|
||||
### v0.24.0
|
||||
|
||||
- New `/web <url>` command which scrapes the url, turns it into fairly clean markdown and adds it to the chat.
|
||||
- Updated all OpenAI model names, pricing info
|
||||
- Default GPT 3.5 model is now `gpt-3.5-turbo-0125`.
|
||||
|
||||
### v0.23.0
|
||||
|
||||
- Added support for `--model gpt-4-0125-preview` and OpenAI's alias `--model gpt-4-turbo-preview`. The `--4turbo` switch remains an alias for `--model gpt-4-1106-preview` at this time.
|
||||
|
|
|
@ -17,7 +17,7 @@ For better web scraping, install Playwright chromium with this command in your t
|
|||
|
||||
playwright install --with-deps chromium
|
||||
|
||||
See https://aider.chat/docs/install.html#enable-playwright for more info.
|
||||
See https://aider.chat/docs/install.html#enable-playwright-optional for more info.
|
||||
"""
|
||||
|
||||
|
||||
|
|
|
@ -78,7 +78,7 @@ Put a line in it like this to specify your api key:
|
|||
openai-api-key: sk-...
|
||||
```
|
||||
|
||||
## Enable Playwright
|
||||
## Enable Playwright (optional)
|
||||
|
||||
Aider supports adding web pages to the chat with the `/web <url>` command.
|
||||
When you add a url to the chat, aider fetches the page and scrapes its
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue