Closed sudoskys closed 9 months ago
The recent changes encompass a variety of updates across the project. The .env.exp
file has undergone configuration updates and removals. The release drafter configuration in release-drafter.yml
now includes new issue categorization labels. The python_test.yml
workflow has been modified to use PDM for Python and dependency installation. Additionally, the Dockerfile has seen changes in Python version, package management, and installation steps. Several Python files and tests have been updated with formatting, method changes, and new functionality.
File | Change Summary |
---|---|
.env.exp | Removed commented-out configurations and updated various DSN configurations. |
.github/release-drafter.yml | Introduced new issue categorization labels. |
.github/workflows/python_test.yml | Modified to use PDM for Python and dependency installation. |
Dockerfile | Downgraded Python version, switched to PDM for package management, adjusted installations, and modified volume declarations. |
README.md | Updated commands and recommendations for using PDM over Poetry for dependency management. |
README_EN.md | Updated command for running the application to use Poetry for managing dependencies. |
docs/app.md | Added sections on self-reflection, language model advantages, applicability, and release chain matching requirements. |
llmkira/error.py | Updated formatting method and error message generation. |
llmkira/... (multiple files) | Various updates including code adjustments, formatting, and method changes. |
tests/test_chain_box.py | Changes to import statements and addition of a thead_uuid parameter. |
tests/test_router.py | Introduces a test case for the RouterCache and Router classes. |
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
沉淀
:books: docs/app.md
Summary by CodeRabbit
Chores
Refactor
Tests
Documentation