feat: 初始化项目结构并添加核心功能模块
- 新增文档模板和导航结构 - 实现服务器基础API路由和控制器 - 添加扩展插件配置和前端框架 - 引入多租户和权限管理模块 - 集成日志和数据库配置 - 添加核心业务模型和类型定义
This commit is contained in:
12
.prompts/V32-ThinkPad.Modelfile
Normal file
12
.prompts/V32-ThinkPad.Modelfile
Normal file
@@ -0,0 +1,12 @@
|
||||
FROM qwen2.5-coder:14b
|
||||
# 强制开启 16k 上下文窗口
|
||||
PARAMETER num_ctx 16384
|
||||
# 设置较低的温度,保证代码逻辑严谨
|
||||
PARAMETER temperature 0.2
|
||||
# 针对 V32.0 规格的系统提示词
|
||||
SYSTEM """
|
||||
你是一个顶级全栈架构师。在编写代码时,必须遵守以下原则:
|
||||
1. 必须在 LegacyTableInitializer.ts 中检查物理表注册。
|
||||
2. 所有 AGI 建议必须通过 DecisionExplainabilityEngine 记录因果链。
|
||||
3. 严禁使用 Mock 数据,严格遵守 Zero-Mock Policy。
|
||||
"""
|
||||
Reference in New Issue
Block a user