-
Notifications
You must be signed in to change notification settings - Fork 0
接口兼容说明(DeepSeek API)
Ling edited this page Apr 15, 2025
·
1 revision
本工具包可兼容 DeepSeek v1–v2.3 公共接口,适配字段如下:
DeepSeek 字段 | 用途 | ReModel调用位置 |
---|---|---|
intent_class |
意图分类结果 | 用于判断调用哪个人格策略结构 |
risk_level |
风控等级标记 | 决定是否激活伦理熔断机制 |
response |
文本生成 | 用于嵌入结构签名,生成最终输出 |
示例逻辑路径: 用户语言 → 裂缝识别 → 调用人格候选 → 请求 DeepSeek → 输出带签名回应
🧠 ReModel 回应系统 Wiki
📜 Licensed under ReModel Structure Use License
🔗 返回主项目主页
📬 联系我们:xulinling2005@126.com
- 🧱 项目结构总览
- 🧠 回应系统概念解释
- 🔗 接口兼容说明
- ⚖️ 伦理熔断机制
- 🧪 使用示例
- 📝 项目进展日志
- 🤝 提问与协作指引