This commit is contained in:
Paul Gauthier 2024-11-19 17:22:08 -08:00
parent 2bff0522e8
commit 7b568c2df3
3 changed files with 12 additions and 10 deletions

View file

@ -29,6 +29,7 @@ cog.out(text)
- Stream o1 models by default.
- Added support for [optional multiline input tags](https://aider.chat/docs/usage/commands.html#entering-multi-line-chat-messages) with matching closing tags.
- Improved [model settings configuration](https://aider.chat/docs/config/adv-model-settings.html#global-extra-params) with support for global `extra_params` for `litellm.completion()`.
- Architect mode now asks to add files suggested by the LLM.
- Fixed bug in fuzzy model name matching.
- Added Timeout exception to handle API provider timeouts.
- Improved error handling and code formatting.