mirror of
https://github.com/xming521/WeClone.git
synced 2026-08-28 18:07:28 +08:00
bbe08f0c77
- Updated the `qa_generator.py` to include a new mechanism for managing chat member relationships, allowing the addition of contextual information about the relationship between users in conversations. - Refactored the CSV loading function to support loading user relationship data from a `users.json` file, improving the context provided during QA generation. - Added a new configuration option `add_relation` to the dataset settings, enabling users to toggle this feature. - Updated the `.gitignore` to exclude additional data directories and cache files for better repository hygiene. - Bumped version to 0.3.03 in `pyproject.toml` to reflect these changes.