• Joined on 2024-10-09
carry pushed to master at carry/gzhu-biyesheji 2025-04-12 17:04:34 +00:00
2d39b91764 feat(train_page): 添加模型训练超参数配置功能
5094febcb4 refactor(global_var): 重构全局变量管理并添加工作目录功能
Compare 2 commits »
carry pushed to master at carry/gzhu-biyesheji 2025-04-12 10:42:46 +00:00
eeee68dbd1 chore: 更新 .gitignore 文件
carry pushed to master at carry/gzhu-biyesheji 2025-04-12 10:42:31 +00:00
539e14d39c feat(frontend): 完成了前端微调的代码逻辑
carry pushed to master at carry/gzhu-biyesheji 2025-04-12 10:10:47 +00:00
9784f2aed3 fix(tools): 修正__init__.py使得model.py正确导入
611904cef9 feat(frontend): 添加数据集选择功能到训练页面
8a9a080745 refactor(tools): 移除未使用的导入语句
Compare 3 commits »
carry pushed to master at carry/gzhu-biyesheji 2025-04-11 11:00:34 +00:00
a23ad88769 fix(frontend): 修复删除提示功能中的数据库连接错误
carry pushed to master at carry/gzhu-biyesheji 2025-04-11 10:48:22 +00:00
83427aaaba feat(frontend): 增加超参数设置并优化聊天页面布局
61672021ef fix(frontend): 修复聊天页面并的流式回复
Compare 2 commits »
carry pushed to master at carry/gzhu-biyesheji 2025-04-11 10:08:46 +00:00
fb6157af05 feat(frontend): 初步实现聊天页面的智能回复功能
f655936741 refactor(global_var): 重构全局变量初始化方法
ab7897351a fix(global_var): 修复全局变量多文件多副本的不统一问题
216bfe39ae feat(tools): 添加格式化对话数据的函数
Compare 4 commits »
carry pushed to master at carry/gzhu-biyesheji 2025-04-10 16:14:45 +00:00
0fa2b51a79 refactor(frontend): 优化模型管理页面的交互和显示
cbb3a09dd8 feat(tools): 添加模型名称获取函数
Compare 2 commits »
carry pushed to master at carry/gzhu-biyesheji 2025-04-10 13:20:02 +00:00
2e552c186d refactor(frontend): 重构模型选择界面的变量命名
1b3f546669 refactor(frontend): 重构前端页面并添加独立运行功能
Compare 2 commits »
carry pushed to master at carry/gzhu-biyesheji 2025-04-10 12:18:08 +00:00
402bc73dce feat(model_manage_page): 增加模型保存和刷新功能
carry pushed to master at carry/gzhu-biyesheji 2025-04-10 11:56:48 +00:00
bb5851f800 build: 添加 unsloth 依赖
carry pushed to master at carry/gzhu-biyesheji 2025-04-10 11:52:15 +00:00
a407fa1f76 feat(model_manage_page): 实现模型加载和卸载功能
carry pushed to master at carry/gzhu-biyesheji 2025-04-10 11:09:15 +00:00
4b465ec917 chore: 更新 .gitignore 文件
e7cc03297b feat(frontend): 添加了简单聊天机器人页面
051d1a7535 feat(frontend): 添加模型管理页面并初始化模型相关全局变量
97172f9596 feat(dataset): 设置问答数据集展示页面的每页显示数量
f582820443 feat(tools): 添加生成 Pydantic V2 模型示例 JSON 的工具脚本
Compare 5 commits »
carry pushed to master at carry/gzhu-biyesheji 2025-04-09 14:24:54 +00:00
8fb9f785b9 feat(frontend): 展示数据集管理页面的问答数据
2c8e54bb1e feat(dataset): 初步完成数据集管理页面和功能
932d1e2687 refactor(schema): 修改数据集名称默认值
Compare 3 commits »
carry pushed to master at carry/gzhu-biyesheji 2025-04-09 10:22:17 +00:00
202d4c44df feat(db): 添加数据集存储和读取功能
4d77c429bd refactor(schema): 更新 dataset 模型并为 doc 模型添加版本字段
Compare 2 commits »
carry pushed to master at carry/gzhu-biyesheji 2025-04-09 09:41:13 +00:00
41447c5ed4 feat(dataset): 添加数据集来源文档字段
carry pushed to master at carry/gzhu-biyesheji 2025-04-09 09:31:59 +00:00
84fe78243a feat(tools): 添加 JSON 数据转换为 dataset 的工具脚本
4d8754aad2 feat(frontend): 实现数据集生成页面的文档和模板选择功能
Compare 2 commits »
carry pushed to master at carry/gzhu-biyesheji 2025-04-09 05:02:27 +00:00
541d37c674 feat(schema): 新增数据集相关模型并添加文档扫描功能
carry pushed to mvp at carry/gzhu-biyesheji 2025-04-09 03:16:52 +00:00
d35475d9e8 docs(mvp): 添加项目基础文档
carry pushed to master at carry/gzhu-biyesheji 2025-04-09 03:08:25 +00:00
6a00699472 feat(frontend): 实现提示词模板管理页面
ff8162890d refactor(db): 移除了提示词模板中冗余的 JSON 格式说明
daddcd34da fix(db): 为 promptStore 添加空数据库初始化逻辑
Compare 3 commits »