This commit is contained in:
Paul Gauthier 2024-08-15 14:27:52 -07:00
parent 3baf2db6c9
commit 9a893c9a6e
2 changed files with 10 additions and 0 deletions

View file

@ -1,6 +1,11 @@
# Release history
### main branch
- Improved editing performance on Jupyter Notebook `.ipynb` files.
- Work around litellm tokenizer bug for images.
### Aider v0.50.1
- Bugfix for provider API exceptions.

View file

@ -16,6 +16,11 @@ cog.out(text)
# Release history
### main branch
- Improved editing performance on Jupyter Notebook `.ipynb` files.
- Work around litellm tokenizer bug for images.
### Aider v0.50.1
- Bugfix for provider API exceptions.