Updated HISTORY

This commit is contained in:
Paul Gauthier 2024-02-10 07:31:04 -08:00
parent bdef4308fe
commit 6ddfc894e7
3 changed files with 8 additions and 2 deletions

View file

@ -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.

View file

@ -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.
"""

View file

@ -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