Kumi
b65dcc7d83
Removed the '-dev' suffix from the project version indicating the transition from a development state to the official release of version 0.3.3. This version bump aligns with the completion of features and fixes slated for this iteration.
21 lines
No EOL
770 B
Markdown
21 lines
No EOL
770 B
Markdown
# Changelog
|
|
|
|
### 0.3.3 (2024-01-26)
|
|
|
|
* Implement recursion check in response generation (e6bc23e564e51aa149432fc67ce381a9260ee5f5)
|
|
* Implement tool emulation for models without tool support (0acc1456f9e4efa09e799f6ce2ec9a31f439fe4a)
|
|
* Allow selection of chat model by room (87173ae284957f66594e66166508e4e3bd60c26b)
|
|
|
|
### 0.3.2 (2023-12-14)
|
|
|
|
* Removed key upload from room event handler
|
|
* Fixed output of `python -m gptbot -v` to display currently installed version
|
|
* Workaround for bug preventing bot from responding when files are uploaded to an encrypted room
|
|
|
|
#### Known Issues
|
|
|
|
* When using Pantalaimon: Bot is unable to download/use files uploaded to encrypted rooms
|
|
|
|
### 0.3.1 (2023-12-07)
|
|
|
|
* Fixed issue in newroom task causing it to be called over and over again |