DSH Agent Default Model
by DeepSeek
该部署默认值供入口在创建尚无会话级模型选择的 Agent 时使用。AgentDefaultModelConfig 提供 ctx.agentDefaultModel;dsh --profile headless 这类直接入口与 ApiProxy 这类由 Host 支撑的入口读取同一服务,而不是分别持有平行的提供方/模型默认值。
harness LLM(大语言模型)seam 的 DeepSeek chat-completions 适配器:直接 fetch + SSE(Server-Sent Events,由 eventsource-parser 分帧),将官方协议格式(wire format;真源:API 文档 guides/thinking_mode、guides/tool_calls、api/create-chat-completion)转换为 StreamChunk 协议。
npx @deepseek-ai/dsh@latest webharness LLM(大语言模型)seam 的 DeepSeek chat-completions 适配器:直接 fetch + SSE(Server-Sent Events,由 eventsource-parser 分帧),将官方协议格式(wire format;真源:API 文档 guides/thinking_mode、guides/tool_calls、api/create-chat-completion)转换为 StreamChunk 协议。 在 DSH 0.1.0-rc.6 的默认 Web 组合中,该包对应配置条目 “llm-deepseek”。
harness LLM(大语言模型)seam 的 DeepSeek chat-completions 适配器:直接 fetch + SSE(Server-Sent Events,由 eventsource-parser 分帧),将官方协议格式(wire format;真源:API 文档 guides/thinking_mode、guides/tool_calls、api/create-chat-completion)转换为 StreamChunk 协议。
在来源页面阅读完整 README