v0.12.0
版本发布时间: 2023-06-13 22:48:05
llm-workflow-engine/llm-workflow-engine最新发布版本:v0.22.0(2024-09-26 03:42:49)
:fire_engine:Breaking Changes:fire_engine:
-
The base module namespace has been changed from
chatgpt_wrapper
tolwe
in preparation for a re-branding. This affects all uses of the Python module, the change is straightforward:OLD:
from chatgpt_wrapper import ApiBackend from chatgpt_wrapper.core.config import Config
NEW:
from lwe import ApiBackend from lwe.core.config import Config
-
For packaged plugins, the plugin namespace has changed from
chatgpt_wrapper
tolwe
.