• Joined on 2024-10-09
carry pushed to master at carry/gzhu-biyesheji 2025-04-08 04:28:54 +00:00
d5b528d375 chore: 更新 .gitignore 文件
carry pushed to master at carry/gzhu-biyesheji 2025-04-08 03:54:07 +00:00
475cd033d9 build: 添加 langchain 依赖
3970a67df3 refactor(dataset_generation): 增加 APIProvider 模型字段的最小长度验证
286db405ca feat(frontend): 优化设置页面并添加数据刷新功能
Compare 3 commits »
carry pushed to master at carry/gzhu-biyesheji 2025-04-07 05:02:52 +00:00
d40f5b1f24 fix(frontend): 优化 API Provider 添加功能并处理异常
7a77f61ee6 feat(frontend): 添加 API Provider 的增加功能
Compare 2 commits »
carry pushed to master at carry/gzhu-biyesheji 2025-04-06 14:49:54 +00:00
841e14a093 feat(frontend): 添加数据集页面并重构主页面布局
2ff077bb1c refactor(frontend): 重构前端页面导入方式
Compare 2 commits »
carry pushed to master at carry/gzhu-biyesheji 2025-04-06 14:06:14 +00:00
513b639bce feat(frontend): 添加了设置页面的api provider展示
carry pushed to master at carry/gzhu-biyesheji 2025-04-06 13:27:44 +00:00
f93f213a31 feat(db): 添加数据库连接和初始化功能
10b4c29bda docs(db): 修改了代码注释
Compare 2 commits »
carry pushed to master at carry/gzhu-biyesheji 2025-04-06 11:59:50 +00:00
b1e98ca913 feat(db): 初始化数据库并创建 APIProvider 表
2d5a5277ae refactor(schema): 更新 prompt 导入
Compare 2 commits »
carry pushed to master at carry/gzhu-biyesheji 2025-04-06 06:49:25 +00:00
519a5f3773 feat(frontend): 添加前端页面模块并实现基本布局
carry pushed to master at carry/gzhu-biyesheji 2025-04-04 17:00:45 +00:00
1f4d491694 build: 添加 pydantic 依赖
8ce4f1e373 chore: 添加 .roo 到 .gitignore 文件
Compare 2 commits »
carry pushed to master at carry/gzhu-biyesheji 2025-04-04 12:50:45 +00:00
3395b860e4 refactor(parse_markdown): 重构 Markdown 解析逻辑并使用 Pydantic 模型
carry created branch mvp in carry/gzhu-biyesheji 2025-03-26 10:08:19 +00:00
carry pushed to mvp at carry/gzhu-biyesheji 2025-03-26 10:08:19 +00:00
f882b82e57 release: 完成了mvp,具有基本的模型训练,语料生成和推理功能
carry pushed to master at carry/gzhu-biyesheji 2025-03-26 10:04:45 +00:00
22438d65d3 build: 添加项目依赖项
c8fd6680b5 chore:gitignore添加了unsloth_compiled_cache
Compare 2 commits »
carry created branch master in carry/gzhu-biyesheji 2025-03-26 10:01:26 +00:00
carry pushed to master at carry/gzhu-biyesheji 2025-03-26 10:01:26 +00:00
6f368e06d6 fix:修复了markdown解析时代码块中内容被识别的问题
0a8b9633de feat:完成了markdown解析
abe7aeda38 chore:项目初始化,添加.gitignore
carry created repository carry/gzhu-biyesheji 2025-03-26 09:58:49 +00:00
carry pushed to master at carry/leetcode 2025-03-26 03:58:38 +00:00
fd0dc19352 完成了两道dp题
carry pushed to master at carry/leetcode 2025-03-23 06:44:17 +00:00
9a570843c4 完成了动态规划题:牛客不同路径的数目
carry pushed to master at carry/leetcode 2025-03-23 06:22:28 +00:00
9ec8ab41d9 完成最大子数组和(动态规划搜素,答案正确,leetcode超内存)
carry pushed to master at carry/leetcode 2025-03-22 12:00:13 +00:00
cb17a48cc9 完成了暨大计算机复试的所有真题