Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
✨ feat: Add novelai-python package and initial implementation
- Added novelai-python package to the repository - Implemented the initial version of the `NaiResult` and `NovelAiInference` classes - Added error handling classes `ServerError`, `ValidationError`, and `AuthError` - Implemented `NaiPic` class for image processing and encoding/decoding - Added test cases in the `tests` directory for the implemented classes - Created GitHub workflows for publishing to PyPI and running tests # Raw Changes - Added `novelai-python` package and initial implementation - Created `NaiResult` and `NovelAiInference` classes - Added error handling classes `ServerError`, `ValidationError`, and `AuthError` - Implemented `NaiPic` class for image processing and encoding/decoding - Added test cases in the `tests` directory - Created GitHub workflows for publishing to PyPI and running tests
- Loading branch information