摘要: Models 更新逻辑详解 整个模型数据生命周期分三层: 1. 构建时快照(编译二进制时) packages/opencode/script/generate.ts 会从 https://models.dev/api.json 拉取全量数据(120+ provider、4490+ 模型),嵌入二进制 阅读全文
posted @ 2026-06-01 16:16 谁凭花解语 阅读(133) 评论(0) 推荐(0)
摘要: 对话框输入英文感叹号 ! 阅读全文
posted @ 2026-05-20 11:15 谁凭花解语 阅读(11) 评论(0) 推荐(0)
摘要: 报错类似fetch https://us.i.posthog.com/batch/"path:errno:code:'ECONNRESETres = await this.fetch(url3, {signal: ctrl.signal,...options}) throw new PostHogF 阅读全文
posted @ 2026-05-11 14:19 谁凭花解语 阅读(65) 评论(0) 推荐(0)
摘要: 返回报错信息类似 Error streaming response: [gather] Got indices with invalid dtype. Indices must be integral. 而其它方法调用正常 三种方案 1. 将 edit_exist_file工具禁用 2. 写个age 阅读全文
posted @ 2026-03-16 19:12 谁凭花解语 阅读(60) 评论(0) 推荐(0)
摘要: 遇到GLM-4.7 flash模型调用mcp时经常输出纯文本类似 <tool_call> xxxxx</tool_call> # 或者 Tool call: { "id": "x x x", "type": "function", "function": { "name": "run_termina 阅读全文
posted @ 2026-03-16 19:10 谁凭花解语 阅读(27) 评论(0) 推荐(0)
摘要: 拿modelcontextprotocol/servers下的几个mcp 和 open-websearch举例: - name: open-websearch-sse type: sse url: http://localhost:3000/sse - name: open-websearch-mc 阅读全文
posted @ 2026-03-14 01:17 谁凭花解语 阅读(77) 评论(0) 推荐(0)
摘要: const stream = await navigator.mediaDevices.getDisplayMedia({ video: true }); const chunks = []; const rec = new MediaRecorder(stream, { mimeType: "vi 阅读全文
posted @ 2025-04-29 14:03 谁凭花解语 阅读(49) 评论(0) 推荐(0)
摘要: yarn unplug core-js 报错 Usage Error: This command can only be used if the `nodeLinker` option is set to `pnp` yarn config get nodeLinker // node_module 阅读全文
posted @ 2025-03-28 15:30 谁凭花解语 阅读(38) 评论(0) 推荐(0)
摘要: 示例demo https://codepen.io/sphjy/pen/mdKaQJZ 问题见图 勾选多个复选框 on-change事件返回的数据只有当前点击的这一项,而且设置在checkboxGroup上的value值checkboxGroupValue一直为空 附上view-design文档中对 阅读全文
posted @ 2022-12-07 13:39 谁凭花解语 阅读(216) 评论(0) 推荐(0)
摘要: 需求是这样的 在tabPane的renderHeader里面添加hover事件(使用组件自带的Poptip)能显示提示 其实这个不算是问题,设置disabled属性后,原本的元素上面添加了 ivu-tabs-tab-disabled,而该属性给元素添加了pointer-events:none禁用了所 阅读全文
posted @ 2022-12-07 13:07 谁凭花解语 阅读(105) 评论(0) 推荐(0)