Updated HISTORY

This commit is contained in:
Paul Gauthier 2024-02-10 07:34:21 -08:00
parent d376767ca3
commit 1e70b3fb05
2 changed files with 2 additions and 1 deletions

View file

@ -5,6 +5,7 @@
- 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`.
- Bugfix to the `!` alias for `/run`.
### v0.23.0

View file

@ -32,7 +32,7 @@ class Model:
@staticmethod
def strong_model():
return Model.create("gpt-4")
return Model.create("gpt-4-0613")
@staticmethod
def weak_model():