Hi, In this release, we have fixed a bug related to package dependencies.
Before:
You have to install LARK package manually
After:
pip install promptml
will now automatically installs dependencies
Hi, In this release, we have fixed a bug related to package dependencies.
You have to install LARK package manually
pip install promptml
will now automatically installs dependencies