This commit is contained in:
Paul Gauthier 2024-09-28 15:15:42 -07:00
parent 97ddcb2ae6
commit b78d19c7a5
2 changed files with 6 additions and 2 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.
- Many confirmation questions can be skipped for the rest of the session with "(D)on't ask again" response.
- ModelSettings takes `extra_params` dict to specify any extras to pass to `litellm.completion()`.
- Renamed `/clipboard` to `/paste`.
- New `/copy` command to copy the last LLM response to the clipboard.