diff --git a/HISTORY.md b/HISTORY.md index d8ab087d8..e426c1973 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,11 @@ # Release history +### v0.24.0 + +- New `/web ` 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. diff --git a/aider/scrape.py b/aider/scrape.py index 71f0d63b8..c46e230db 100755 --- a/aider/scrape.py +++ b/aider/scrape.py @@ -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. """ diff --git a/docs/install.md b/docs/install.md index e43b7b59d..be0c5db0f 100644 --- a/docs/install.md +++ b/docs/install.md @@ -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 ` command. When you add a url to the chat, aider fetches the page and scrapes its