Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump version to 0.1.4 and add new features and improvements
- Added Helper Functions to create new classes and enums easily. Helpful when creating classes with large number of parameters or enums with large number of values. - Retries are now available in the `enhance` decorator. This will allow the function to retry the LLM inference if it fails, increasing the chances of getting a correct answer. - Updated Documentation with the new features - Added more examples in the `examples` folder
- Loading branch information