mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-28 08:14:59 +00:00
Updated HISTORY
This commit is contained in:
parent
d376767ca3
commit
1e70b3fb05
2 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue