This commit is contained in:
Paul Gauthier 2024-09-27 13:10:41 -07:00
parent 810aeccf94
commit 48bd616092
3 changed files with 72 additions and 163 deletions

View file

@ -11,6 +11,7 @@
- New `--voice-format` switch to send voice audio as wav/mp3/webm, by @mbailey.
- Support for new Gemini 002 models.
- Will now follow HTTP redirects when scraping urls.
- ModelSettings takes `extra_params` dict to specify any extras to pass to `litellm.completion()`.
- Renamed `/clipboard` to `/paste`.
- Support for litellm's `extra_body` parameter, by @hypn4.
- Support for cursor shapes when in vim mode.