iconsulting/docs
hailin a914a80fc3 docs(api-guide): 更新API文档至生产配置 + 重新生成PDF
主要变更:
- 模型名称: xiaoai-engine-v1 → xiaoai-chat-v1 (对话) / xiaoai-embed-v1 (向量化)
  与实际数据库配置的 modelAlias 保持一致
- model 参数说明: 明确区分对话接口和向量化接口使用不同模型名
- SDK 安装: 按接口类型(Messages / Chat Completions / Embeddings)分别说明
- FAQ: 补充两个模型名的对应关系
- 所有代码示例中的 model 值已同步更新
- 重新生成 PDF 文件

当前生产 API Key 配置:
  - Anthropic Messages → modelAlias: xiaoai-chat-v1
  - OpenAI Chat Completions → modelAlias: xiaoai-chat-v1
  - OpenAI Embeddings → modelAlias: xiaoai-embed-v1

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-26 02:42:33 -08:00
..
architecture feat(agents): implement multi-agent collaboration architecture 2026-02-06 04:26:39 -08:00
AGENT_EVALUATION_REPORT.md feat(agent): upgrade to Level 3 with real RAG, Memory and Evolution integration 2026-01-22 23:45:58 -08:00
AGENT_THREE_LAYER_ARCHITECTURE.md feat(agent): implement 3-layer architecture for better response quality 2026-01-23 07:51:19 -08:00
AGENT_TOOLS.md docs: add comprehensive agent tools documentation 2026-01-23 00:49:10 -08:00
ARCHITECTURE.md docs: reorganize documentation and add architecture document 2026-01-22 23:05:41 -08:00
DEVELOPMENT_GUIDE.md docs: reorganize documentation and add architecture document 2026-01-22 23:05:41 -08:00
LEVEL3_UPGRADE_PLAN.md feat(agent): upgrade to Level 3 with real RAG, Memory and Evolution integration 2026-01-22 23:45:58 -08:00
api-guide.md docs(api-guide): 更新API文档至生产配置 + 重新生成PDF 2026-02-26 02:42:33 -08:00
api-guide.pdf docs(api-guide): 更新API文档至生产配置 + 重新生成PDF 2026-02-26 02:42:33 -08:00
implementation-plan-p0-p1-p2.md feat(payment): P0 — 支付闭环,Agent 可创建真实订单并生成支付二维码 2026-02-07 01:17:14 -08:00