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.