🔧 修复
- 修复文本块排序不准确的问题
⚡ 优化
- 下调默认并发量为 3 (解决触发部分模型限流问题)
- 优化问题生成提示词,提升问题生成质量
- 下调最小分割字符数为 100,上调最大分割字符数为 10000
- 当模型未按标准格式输出时,日志增加原始输出信息
✨ 新功能
- 支持编辑问题、自定义问题
- 支持数据集直接在 LLaMa Factory 中使用
- 支持配置用户自定义提示词
🔧 Fixes
- Fixed the inaccurate text block sorting issue.
⚡ Optimizations
- Reduced the default concurrency to 3 (to solve the problem of triggering rate limits for some models).
- Optimized the problem generation prompt to improve the quality of generated problems.
- Reduced the minimum split character count to 100 and increased the maximum split character count to 10,000.
- Added the original output information to the log when the model does not output in the standard format.
✨ New Features
- Supported problem editing and custom problem creation.
- Supported direct use of datasets in LLaMa Factory.
- Supported configuration of user - defined prompts.