v0.5.2
版本发布时间: 2023-03-11 07:20:41
llm-workflow-engine/llm-workflow-engine最新发布版本:v0.22.0(2024-09-26 03:42:49)
BREAKING CHANGE:
The autocreation of the templates
directory was broken, and creating the directory in the wrong location.
To fix this in the default case, and restore access to existing templates:
- Change directories to the
chatgpt-wrapper/profiles
configuration directory -
mv defaultdefault/* default/ && rmdir defaultdefault
- Fri Mar 10 2023: HOTFIX for broken templates directory location
- Fri Mar 10 2023: indicator for current conversation in /history list
- Fri Mar 10 2023: tweak /chat help
- Fri Mar 10 2023: set new conversation in API backend on user login
- Fri Mar 10 2023: add default_user_id arg to init of API backend
- Fri Mar 10 2023: add tests for chatgpt-api Python module
- Fri Mar 10 2023: output user id in users list
- Fri Mar 10 2023: add utility scripts for commit log and pypi release