{"text": "朋友们一个月前立的flag今天正式开源了我的语音控制的多agent的系统你可以把它想象成运行在你个人电脑或者NAS上的一个贾维斯它可以语音交互可以编排多agent进行复杂的任务而且它有一个非常不一样的交互界面这之前看我视频的朋友应该都知道那今天我就说话算话了正式开源给大家那本期视频我就跟大家聊一聊它打算解决什么样的问题它对什么样的人群有意义适合做什么样的任务以及它未来会朝什么样的方向发展同时伴随着开源我自己也会开始实践一种build in public现在不是流行这个吗我也会在大家监督下一边分享着我的领悟一边去build这个产品大家可以看一下我的视频新合集我今后内容也会有相当一部分来自于开发探索这个agent的系统带来的一些领悟那点个收藏吧我们继续以前我打算把这个产品叫牛马挺好听的也好记而且我logo都设计好了但是考虑到不论拼音还是中文都已经是被注册的商标了我过去吃过好多商标的亏所以这次咱就不踩坑了所以就先把名字改了新的名字叫home rail也描述了我到底想要它做一个什么首先home的这是一个为家庭数据中心造的产品你们都知道我是玩home lab的我心中理想的状态它应该是运行在NAS上的但是肯定也可以通过各种中端比如说windows啊Mac啊手机甚至是投影电视车机等设备去访问然后rail的意思它铁轨嘛agent运行的轨道可以理解吧就是你可以理解为就是workflow但是它是一种可以动态调整的workflow铁轨嘛是不是在大方向不变的前提下其实还是可以小范围的进行调整的那今天开始啊在我的repo上你就可以看到它了但是呢在介绍它能干什么之前让我先叠个假我先介绍一下它不能干什么以及当前的状态免得大家期望太高到时候会失望首先啊这个产品不是为了解决软件开发自动化而设计的虽然它一定程度上能做这样的任务但是软件工程大家都知道是个复杂的事不是说开发一两个workflow就能解决质量问题的所以挺不适合这类任务我未来也不会朝这个方向去发展而且我有一个观点就是AI现在大部分时间都在创造软件它也更擅长这个但软件未必是最终交付成果对吧比如说我是博主我交付的最终成果是视频但生产视频呢可以是软件所以我只需要确保软件能生产我需求质量的视频那就好了这就是能达到我的质量体系的软件那在这个体系里人工检查成果不是一个瓶颈而软件工程就不一样了所以home rail它的目标不是做一个更智能化的软件工程它只适合在人工审查成果不是瓶颈的场景做一些适当的工作那第二个我当下说实话并不好用实话实说达不到开箱可用它只是搭好了一个架构就是我为了后期的探索更方便的一个架构但是如果你要让每个任务都流畅运行其实是需要对内部的agent的编排其实是十分理解的还要去测试哪些场景更适合它并且要用AI去调有每个流程当然这是我后面不断去探索和完善的部分但是现在就告诉大家它是需要你花费一些时间去研究才能用的所以如果你是需要开箱及用那你稍微再等等第三它目前没有对token的消耗和效率化做任何的优化而且我自己因为我有很多订阅我的用不完所以我都是靠大量的并发去消耗去摸索它的边界来换一个可复用的成果所以如果大家本身没有本地部署没有冗余的订阅那还是应该稍微等一等我或者是等等社区的其他伙伴研究出来一些最佳实践之后再用第四就是当前它的最佳使用形态不是用UI而是用coding agent直接去通过内设的cli去调用后端的agent的编排比如说我就经常用codex去控制体验都很好完全不需要使用前端最后前端的体验其实现在也还没有达到我的预期吧现在它的概念就是有大量的生成式UI但是这个生成式的东西还太少也不过好看也不过高小所以还需要一定时间去摸索让生成式的UI更加匹配具体的任务OK叠假就叠到这里了我是希望劝退那些希望开箱即用产品的朋友你稍微降低一点预期也给我一点时间那接下来我们聊一下它现阶段它能干什么首先啊现在发布的版本是各个平台它都能跑起来我都试过了只要你有一个coding agent只要你把repo丢给它它基本上就能部署起来不过如果是windows啊你需要有一个docker桌面板和gitbash就跟cloudcode一样都需要gitbash如果你是mac版的话那你就只需要docker桌面板就行了如果你是linux那你需要给当前的用户加入docker这个组让当前的用户不需要sudo就可以使用docker命令的权限windows上和mac上我现在都做了个桌面板适合那些不太会部署的朋友但是现阶段我建议大家让ai agent直接读代码库然后让它去部署那如果你要用到编排的话也就是整个这个开源的系统的最核心的部分我建议大家是直接让ai agent直接读代码库让它去理解让它去部署然后你去要求ai来帮你去开发编排文件也就是这个YAML的也就是后台的这个DAG引擎所依赖的东西你不需要去搞懂DAG的运行原理你让ai搞懂就行了我自己也从来没有手挫过编排文件但是你可以让它按照你的逻辑和你的工作流去实现一个编排让AI再去帮你去调优那如果你的任务流程里需要特定的环境比如说你做视频吧你需要FMPEG那你就可以让ai agent的帮你去构建一个镜像然后编排的时候就可以指定这个镜像来使用我这个是在安装完了之后会自动build的一个默认的镜像但是你也可以做很多定制化的然后桌面板现在也是一定程度可用的桌面板有一个manager agent来负责扮演coding agent的这个角色它可以创建编排也可以接入各种模型当然我现在觉得体验比较好的还是codex只要你本机有codex登录它就可以直接可以用如果你有小米memo的api key你可以用他们家的ASR和tds再给manager agent配置一个模型就可以语音控制了我原本打算是指指语音的但后来想了想还是加了一个能打字的功能所以你就算没有ASR没有tds也能用那前端现在是可以看到每个DAG的流程的比较适合你用来调试看着他们运行的行为是否符合你的预期然后harness现在我不打算做任何harness我都是用别人的现在支持了cloudcodekimi code以及codex其中cloudcodekimi code都是可以搭配其他模型使用的提醒大家在接入codingplan的时候一定要慎重因为有一些厂家的codingplan是不支持其他harness这种最好不要接否则搞不好会分号然后还有个好玩的东西就我接入了一个实验性的功能就是PS5手柄来控制大家也可以去试试为什么要做这个功能我也分享一下这个产品未来的定位我是希望能用手机平板电视投影都可以操作的语音agent就像贾维斯一样我之前也发过一个视频就是我期望的是场景是带孩子去旅游的时候可以用车机加电视盒子来完成一些任务这个tv版其实我已经做出来但由于dx某版还是不够多所以暂时做不了太多任务所以我的roadmap短期目标还是让它更稳定多个操作系统都能跑起来让新手朋友能无障碍的使用桌面板同时把这个manager agent的skill不断优化让他能够当一个值得信赖的助手我的中期目标我会着重放在生成式UI和编排模板和编排skill的优化上我自己的观点是这样人的带宽是有限的人应该和更容易看得懂的UI来交互同时后台跑的应该是更加复杂的编排逻辑人不应该去了解底层的细节只是在关键的节点通过生成式的动态UI面板来了解每个阶段的进度就好长期目标我希望它能稳定跑在家庭的数据中心里或者说NAS里现在有个趋势NAS的计算性能在不断的增长他们现在已经不单纯是管理存储的角色我觉得他们未来很有可能就成为agent的载体我自己家里其实已经是这个样子了Home Bill现在住在我的一台256内存96G显存的非纽NAS里我平时用投影加手柄去控制它它可以操作海量的agent能来完成任务我认为这就是未来家庭使用AI的画面所以我会一直朝着这个目标补权所有需要的模块当然看到这里可能大部分朋友还是没有办法把它用起来我后面还会围绕着如何使用它初一系列内容包括如何接入模型如何接入skill如何调试编排大家再多给我一点时间吧太多内容需要去说了需要去准备了那最后如果能看到这里的朋友都是铁粉了如果你们也能跑起来那你们就悄悄玩就好我还是需要更多的时间来好好完成我这个短中期的目标那好了希望这个开源和未来的系列你们都会喜欢吧以上就是本期全部内容了我们下期见我会不会再来的我会不会再来的我会不会再来的我会不会再来的我会不会再来的我会不会再来的我会不会再来的我会不会再来的", "segments": [{"id": 0, "seek": 0, "start": 0.0, "end": 1.7, "text": "朋友们一个月前立的flag", "tokens": [50365, 19828, 9497, 20182, 6939, 8945, 24409, 1546, 3423, 559, 50450], "temperature": 0, "avg_logprob": -0.08850781942151256, "compression_ratio": 1.4094707520891365, "no_speech_prob": 2.60616875302766e-11}, {"id": 1, "seek": 0, "start": 1.7, "end": 2.92, "text": "今天正式开源了", "tokens": [50450, 12074, 15789, 27584, 18937, 47402, 2289, 50511], "temperature": 0, "avg_logprob": -0.08850781942151256, "compression_ratio": 1.4094707520891365, "no_speech_prob": 2.60616875302766e-11}, {"id": 2, "seek": 0, "start": 2.92, "end": 5.5200000000000005, "text": "我的语音控制的多agent的系统", "tokens": [50511, 14200, 5233, 255, 18034, 48707, 25491, 1546, 6392, 559, 317, 1546, 25368, 10115, 253, 50641], "temperature": 0, "avg_logprob": -0.08850781942151256, "compression_ratio": 1.4094707520891365, "no_speech_prob": 2.60616875302766e-11}, {"id": 3, "seek": 0, "start": 5.5200000000000005, "end": 6.68, "text": "你可以把它想象成", "tokens": [50641, 42766, 42061, 7093, 45007, 11336, 50699], "temperature": 0, "avg_logprob": -0.08850781942151256, "compression_ratio": 1.4094707520891365, "no_speech_prob": 2.60616875302766e-11}, {"id": 4, "seek": 0, "start": 6.68, "end": 8.02, "text": "运行在你个人电脑", "tokens": [50699, 3316, 238, 8082, 3581, 2166, 7549, 4035, 42182, 27067, 239, 50766], "temperature": 0, "avg_logprob": -0.08850781942151256, "compression_ratio": 1.4094707520891365, "no_speech_prob": 2.60616875302766e-11}, {"id": 5, "seek": 0, "start": 8.02, "end": 9.540000000000001, "text": "或者NAS上的一个贾维斯", "tokens": [50766, 31148, 45, 3160, 5708, 1546, 20182, 18464, 122, 10115, 112, 30758, 50842], "temperature": 0, "avg_logprob": -0.08850781942151256, "compression_ratio": 1.4094707520891365, "no_speech_prob": 2.60616875302766e-11}, {"id": 6, "seek": 0, "start": 9.540000000000001, "end": 11.08, "text": "它可以语音交互", "tokens": [50842, 11284, 6723, 5233, 255, 18034, 28455, 1369, 240, 50919], "temperature": 0, "avg_logprob": -0.08850781942151256, "compression_ratio": 1.4094707520891365, "no_speech_prob": 2.60616875302766e-11}, {"id": 7, "seek": 0, "start": 11.08, "end": 13.620000000000001, "text": "可以编排多agent进行复杂的任务", "tokens": [50919, 6723, 38109, 244, 44647, 6392, 559, 317, 36700, 8082, 1787, 235, 4422, 224, 1546, 26443, 5087, 94, 51046], "temperature": 0, "avg_logprob": -0.08850781942151256, "compression_ratio": 1.4094707520891365, "no_speech_prob": 2.60616875302766e-11}, {"id": 8, "seek": 0, "start": 13.620000000000001, "end": 16.42, "text": "而且它有一个非常不一样的交互界面", "tokens": [51046, 22942, 11284, 2412, 20182, 14392, 1960, 2257, 14496, 1546, 28455, 1369, 240, 21185, 8833, 51186], "temperature": 0, "avg_logprob": -0.08850781942151256, "compression_ratio": 1.4094707520891365, "no_speech_prob": 2.60616875302766e-11}, {"id": 9, "seek": 0, "start": 16.42, "end": 19.02, "text": "这之前看我视频的朋友应该都知道", "tokens": [51186, 5562, 32442, 4200, 1654, 40656, 39752, 1546, 19828, 44297, 44646, 7182, 7758, 51316], "temperature": 0, "avg_logprob": -0.08850781942151256, "compression_ratio": 1.4094707520891365, "no_speech_prob": 2.60616875302766e-11}, {"id": 10, "seek": 0, "start": 19.02, "end": 20.72, "text": "那今天我就说话算话了", "tokens": [51316, 4184, 12074, 22020, 8090, 21596, 19497, 21596, 2289, 51401], "temperature": 0, "avg_logprob": -0.08850781942151256, "compression_ratio": 1.4094707520891365, "no_speech_prob": 2.60616875302766e-11}, {"id": 11, "seek": 0, "start": 20.72, "end": 21.82, "text": "正式开源给大家", "tokens": [51401, 15789, 27584, 18937, 47402, 23197, 6868, 51456], "temperature": 0, "avg_logprob": -0.08850781942151256, "compression_ratio": 1.4094707520891365, "no_speech_prob": 2.60616875302766e-11}, {"id": 12, "seek": 0, "start": 21.82, "end": 24.2, "text": "那本期视频我就跟大家聊一聊", "tokens": [51456, 4184, 8802, 16786, 40656, 39752, 22020, 47349, 40096, 2257, 40096, 51575], "temperature": 0, "avg_logprob": -0.08850781942151256, "compression_ratio": 1.4094707520891365, "no_speech_prob": 2.60616875302766e-11}, {"id": 13, "seek": 0, "start": 24.2, "end": 26.42, "text": "它打算解决什么样的问题", "tokens": [51575, 11284, 12467, 19497, 17278, 5676, 111, 10440, 14496, 1546, 34069, 51686], "temperature": 0, "avg_logprob": -0.08850781942151256, "compression_ratio": 1.4094707520891365, "no_speech_prob": 2.60616875302766e-11}, {"id": 14, "seek": 0, "start": 26.42, "end": 28.560000000000002, "text": "它对什么样的人群有意义", "tokens": [51686, 11284, 8713, 10440, 14496, 29979, 7248, 97, 2412, 9042, 2930, 231, 51793], "temperature": 0, "avg_logprob": -0.08850781942151256, "compression_ratio": 1.4094707520891365, "no_speech_prob": 2.60616875302766e-11}, {"id": 15, "seek": 0, "start": 28.560000000000002, "end": 29.98, "text": "适合做什么样的任务", "tokens": [51793, 2215, 224, 14245, 10907, 10440, 14496, 1546, 26443, 5087, 94, 51864], "temperature": 0, "avg_logprob": -0.08850781942151256, "compression_ratio": 1.4094707520891365, "no_speech_prob": 2.60616875302766e-11}, {"id": 16, "seek": 3000, "start": 30.0, "end": 33.2, "text": "以及它未来会朝什么样的方向发展", "tokens": [50365, 40282, 11284, 29954, 6912, 12949, 46610, 10440, 14496, 1546, 9249, 24282, 28926, 43491, 50525], "temperature": 0, "avg_logprob": -0.08731348779466418, "compression_ratio": 1.3121387283236994, "no_speech_prob": 1.1006353814457803e-11}, {"id": 17, "seek": 3000, "start": 33.2, "end": 35.26, "text": "同时伴随着开源", "tokens": [50525, 13089, 15729, 7384, 112, 10673, 237, 20708, 18937, 47402, 50628], "temperature": 0, "avg_logprob": -0.08731348779466418, "compression_ratio": 1.3121387283236994, "no_speech_prob": 1.1006353814457803e-11}, {"id": 18, "seek": 3000, "start": 35.26, "end": 37.16, "text": "我自己也会开始实践一种", "tokens": [50628, 1654, 17645, 6404, 12949, 45213, 24726, 6563, 113, 2257, 39810, 50723], "temperature": 0, "avg_logprob": -0.08731348779466418, "compression_ratio": 1.3121387283236994, "no_speech_prob": 1.1006353814457803e-11}, {"id": 19, "seek": 3000, "start": 37.16, "end": 38.120000000000005, "text": "build in public", "tokens": [50723, 11516, 294, 1908, 50771], "temperature": 0, "avg_logprob": -0.08731348779466418, "compression_ratio": 1.3121387283236994, "no_speech_prob": 1.1006353814457803e-11}, {"id": 20, "seek": 3000, "start": 38.120000000000005, "end": 39.36, "text": "现在不是流行这个吗", "tokens": [50771, 25040, 7296, 27854, 8082, 15368, 14769, 50833], "temperature": 0, "avg_logprob": -0.08731348779466418, "compression_ratio": 1.3121387283236994, "no_speech_prob": 1.1006353814457803e-11}, {"id": 21, "seek": 3000, "start": 39.36, "end": 41.8, "text": "我也会在大家监督下", "tokens": [50833, 27761, 12949, 3581, 6868, 5419, 239, 14221, 96, 4438, 50955], "temperature": 0, "avg_logprob": -0.08731348779466418, "compression_ratio": 1.3121387283236994, "no_speech_prob": 1.1006353814457803e-11}, {"id": 22, "seek": 3000, "start": 41.8, "end": 43.42, "text": "一边分享着我的领悟", "tokens": [50955, 2257, 40503, 30855, 20708, 14200, 12501, 228, 14696, 253, 51036], "temperature": 0, "avg_logprob": -0.08731348779466418, "compression_ratio": 1.3121387283236994, "no_speech_prob": 1.1006353814457803e-11}, {"id": 23, "seek": 3000, "start": 43.42, "end": 45.2, "text": "一边去build这个产品", "tokens": [51036, 2257, 40503, 6734, 11516, 15368, 1369, 100, 30246, 51125], "temperature": 0, "avg_logprob": -0.08731348779466418, "compression_ratio": 1.3121387283236994, "no_speech_prob": 1.1006353814457803e-11}, {"id": 24, "seek": 3000, "start": 45.2, "end": 47.6, "text": "大家可以看一下我的视频新合集", "tokens": [51125, 6868, 6723, 28324, 14200, 40656, 39752, 12560, 14245, 26020, 51245], "temperature": 0, "avg_logprob": -0.08731348779466418, "compression_ratio": 1.3121387283236994, "no_speech_prob": 1.1006353814457803e-11}, {"id": 25, "seek": 3000, "start": 47.6, "end": 49.36, "text": "我今后内容也会有相当一部分", "tokens": [51245, 1654, 6480, 13547, 34742, 25750, 6404, 12949, 2412, 15106, 16233, 2257, 32174, 51333], "temperature": 0, "avg_logprob": -0.08731348779466418, "compression_ratio": 1.3121387283236994, "no_speech_prob": 1.1006353814457803e-11}, {"id": 26, "seek": 3000, "start": 49.36, "end": 51.480000000000004, "text": "来自于开发探索这个agent的系统", "tokens": [51333, 6912, 9722, 37732, 18937, 28926, 6900, 95, 7732, 95, 15368, 559, 317, 1546, 25368, 10115, 253, 51439], "temperature": 0, "avg_logprob": -0.08731348779466418, "compression_ratio": 1.3121387283236994, "no_speech_prob": 1.1006353814457803e-11}, {"id": 27, "seek": 3000, "start": 51.480000000000004, "end": 52.46, "text": "带来的一些领悟", "tokens": [51439, 4845, 99, 6912, 1546, 38515, 12501, 228, 14696, 253, 51488], "temperature": 0, "avg_logprob": -0.08731348779466418, "compression_ratio": 1.3121387283236994, "no_speech_prob": 1.1006353814457803e-11}, {"id": 28, "seek": 3000, "start": 52.46, "end": 54.06, "text": "那点个收藏吧", "tokens": [51488, 4184, 12579, 7549, 18681, 21782, 237, 6062, 51568], "temperature": 0, "avg_logprob": -0.08731348779466418, "compression_ratio": 1.3121387283236994, "no_speech_prob": 1.1006353814457803e-11}, {"id": 29, "seek": 3000, "start": 54.06, "end": 54.8, "text": "我们继续", "tokens": [51568, 15003, 10115, 100, 10115, 255, 51605], "temperature": 0, "avg_logprob": -0.08731348779466418, "compression_ratio": 1.3121387283236994, "no_speech_prob": 1.1006353814457803e-11}, {"id": 30, "seek": 3000, "start": 54.8, "end": 57.04, "text": "以前我打算把这个产品叫牛马", "tokens": [51605, 44996, 1654, 12467, 19497, 16075, 15368, 1369, 100, 30246, 19855, 40003, 49970, 51717], "temperature": 0, "avg_logprob": -0.08731348779466418, "compression_ratio": 1.3121387283236994, "no_speech_prob": 1.1006353814457803e-11}, {"id": 31, "seek": 3000, "start": 57.04, "end": 58.04, "text": "挺好听的", "tokens": [51717, 41046, 2131, 31022, 1546, 51767], "temperature": 0, "avg_logprob": -0.08731348779466418, "compression_ratio": 1.3121387283236994, "no_speech_prob": 1.1006353814457803e-11}, {"id": 32, "seek": 3000, "start": 58.04, "end": 58.64, "text": "也好记", "tokens": [51767, 6404, 2131, 34756, 51797], "temperature": 0, "avg_logprob": -0.08731348779466418, "compression_ratio": 1.3121387283236994, "no_speech_prob": 1.1006353814457803e-11}, {"id": 33, "seek": 5864, "start": 58.64, "end": 60.08, "text": "而且我logo都设计好了", "tokens": [50365, 22942, 1654, 38212, 7182, 7422, 122, 7422, 94, 12621, 50437], "temperature": 0, "avg_logprob": -0.16440653800964355, "compression_ratio": 1.182608695652174, "no_speech_prob": 1.4567694273104337e-11}, {"id": 34, "seek": 5864, "start": 60.08, "end": 63.68, "text": "但是考虑到不论拼音还是中文", "tokens": [50437, 11189, 26504, 12026, 239, 4511, 1960, 7422, 118, 6852, 120, 18034, 45726, 5975, 17174, 50617], "temperature": 0, "avg_logprob": -0.16440653800964355, "compression_ratio": 1.182608695652174, "no_speech_prob": 1.4567694273104337e-11}, {"id": 35, "seek": 5864, "start": 63.68, "end": 65.96000000000001, "text": "都已经是被注册的商标了", "tokens": [50617, 7182, 49161, 1541, 23238, 26432, 5676, 234, 1546, 45581, 162, 3921, 2289, 50731], "temperature": 0, "avg_logprob": -0.16440653800964355, "compression_ratio": 1.182608695652174, "no_speech_prob": 1.4567694273104337e-11}, {"id": 36, "seek": 5864, "start": 65.96000000000001, "end": 68.02, "text": "我过去吃过好多商标的亏", "tokens": [50731, 1654, 16866, 6734, 10123, 16866, 2131, 6392, 45581, 162, 3921, 1546, 1369, 237, 50834], "temperature": 0, "avg_logprob": -0.16440653800964355, "compression_ratio": 1.182608695652174, "no_speech_prob": 1.4567694273104337e-11}, {"id": 37, "seek": 5864, "start": 68.02, "end": 70.0, "text": "所以这次咱就不踩坑了", "tokens": [50834, 7239, 5562, 9487, 8975, 109, 3111, 1960, 41166, 102, 14872, 239, 2289, 50933], "temperature": 0, "avg_logprob": -0.16440653800964355, "compression_ratio": 1.182608695652174, "no_speech_prob": 1.4567694273104337e-11}, {"id": 38, "seek": 5864, "start": 70.0, "end": 71.8, "text": "所以就先把名字改了", "tokens": [50933, 7239, 3111, 10108, 16075, 15940, 22381, 34490, 2289, 51023], "temperature": 0, "avg_logprob": -0.16440653800964355, "compression_ratio": 1.182608695652174, "no_speech_prob": 1.4567694273104337e-11}, {"id": 39, "seek": 5864, "start": 71.8, "end": 73.22, "text": "新的名字叫home rail", "tokens": [51023, 12560, 1546, 15940, 22381, 19855, 25336, 8765, 51094], "temperature": 0, "avg_logprob": -0.16440653800964355, "compression_ratio": 1.182608695652174, "no_speech_prob": 1.4567694273104337e-11}, {"id": 40, "seek": 5864, "start": 73.22, "end": 75.8, "text": "也描述了我到底想要它做一个什么", "tokens": [51094, 6404, 11673, 237, 3316, 108, 2289, 1654, 33883, 7093, 4275, 11284, 10907, 20182, 10440, 51223], "temperature": 0, "avg_logprob": -0.16440653800964355, "compression_ratio": 1.182608695652174, "no_speech_prob": 1.4567694273104337e-11}, {"id": 41, "seek": 5864, "start": 75.8, "end": 76.84, "text": "首先home的", "tokens": [51223, 36490, 25336, 1546, 51275], "temperature": 0, "avg_logprob": -0.16440653800964355, "compression_ratio": 1.182608695652174, "no_speech_prob": 1.4567694273104337e-11}, {"id": 42, "seek": 7684, "start": 76.84, "end": 79.4, "text": "这是一个为家庭数据中心造的产品", "tokens": [50365, 27455, 20182, 13992, 5155, 6346, 255, 33188, 26075, 106, 5975, 7945, 37583, 1546, 1369, 100, 30246, 50493], "temperature": 0, "avg_logprob": -0.15498248268576229, "compression_ratio": 1.1290322580645162, "no_speech_prob": 1.6231703481306425e-11}, {"id": 43, "seek": 7684, "start": 79.4, "end": 81.38000000000001, "text": "你们都知道我是玩home lab的", "tokens": [50493, 29806, 7182, 7758, 15914, 19912, 25336, 2715, 1546, 50592], "temperature": 0, "avg_logprob": -0.15498248268576229, "compression_ratio": 1.1290322580645162, "no_speech_prob": 1.6231703481306425e-11}, {"id": 44, "seek": 7684, "start": 81.38000000000001, "end": 84.16, "text": "我心中理想的状态它应该是运行在NAS上的", "tokens": [50592, 1654, 7945, 5975, 13876, 7093, 1546, 35276, 114, 3757, 223, 11284, 44297, 44646, 1541, 3316, 238, 8082, 3581, 45, 3160, 5708, 1546, 50731], "temperature": 0, "avg_logprob": -0.15498248268576229, "compression_ratio": 1.1290322580645162, "no_speech_prob": 1.6231703481306425e-11}, {"id": 45, "seek": 7684, "start": 84.16, "end": 86.68, "text": "但是肯定也可以通过各种中端", "tokens": [50731, 11189, 14356, 107, 12088, 47935, 19550, 16866, 17516, 39810, 5975, 11957, 107, 50857], "temperature": 0, "avg_logprob": -0.15498248268576229, "compression_ratio": 1.1290322580645162, "no_speech_prob": 1.6231703481306425e-11}, {"id": 46, "seek": 7684, "start": 86.68, "end": 87.96000000000001, "text": "比如说windows啊", "tokens": [50857, 36757, 8090, 12199, 1509, 4905, 50921], "temperature": 0, "avg_logprob": -0.15498248268576229, "compression_ratio": 1.1290322580645162, "no_speech_prob": 1.6231703481306425e-11}, {"id": 47, "seek": 7684, "start": 87.96000000000001, "end": 88.32000000000001, "text": "Mac啊", "tokens": [50921, 34355, 4905, 50939], "temperature": 0, "avg_logprob": -0.15498248268576229, "compression_ratio": 1.1290322580645162, "no_speech_prob": 1.6231703481306425e-11}, {"id": 48, "seek": 7684, "start": 88.32000000000001, "end": 90.78, "text": "手机甚至是投影", "tokens": [50939, 11389, 37960, 17556, 20844, 1541, 37094, 16820, 51062], "temperature": 0, "avg_logprob": -0.15498248268576229, "compression_ratio": 1.1290322580645162, "no_speech_prob": 1.6231703481306425e-11}, {"id": 49, "seek": 7684, "start": 90.78, "end": 91.62, "text": "电视", "tokens": [51062, 42182, 40656, 51104], "temperature": 0, "avg_logprob": -0.15498248268576229, "compression_ratio": 1.1290322580645162, "no_speech_prob": 1.6231703481306425e-11}, {"id": 50, "seek": 7684, "start": 91.62, "end": 93.84, "text": "车机等设备去访问", "tokens": [51104, 17819, 99, 37960, 10187, 7422, 122, 1787, 229, 6734, 7422, 123, 22064, 51215], "temperature": 0, "avg_logprob": -0.15498248268576229, "compression_ratio": 1.1290322580645162, "no_speech_prob": 1.6231703481306425e-11}, {"id": 51, "seek": 7684, "start": 93.84, "end": 95.24000000000001, "text": "然后rail的意思", "tokens": [51215, 26636, 44765, 1546, 16697, 51285], "temperature": 0, "avg_logprob": -0.15498248268576229, "compression_ratio": 1.1290322580645162, "no_speech_prob": 1.6231703481306425e-11}, {"id": 52, "seek": 7684, "start": 95.24000000000001, "end": 96.30000000000001, "text": "它铁轨嘛", "tokens": [51285, 11284, 165, 241, 223, 17819, 101, 20722, 51338], "temperature": 0, "avg_logprob": -0.15498248268576229, "compression_ratio": 1.1290322580645162, "no_speech_prob": 1.6231703481306425e-11}, {"id": 53, "seek": 7684, "start": 96.30000000000001, "end": 98.34, "text": "agent运行的轨道可以理解吧", "tokens": [51338, 559, 317, 3316, 238, 8082, 1546, 17819, 101, 6025, 6723, 13876, 17278, 6062, 51440], "temperature": 0, "avg_logprob": -0.15498248268576229, "compression_ratio": 1.1290322580645162, "no_speech_prob": 1.6231703481306425e-11}, {"id": 54, "seek": 9834, "start": 98.34, "end": 100.66, "text": "就是你可以理解为就是workflow", "tokens": [50365, 5620, 42766, 13876, 17278, 13992, 5620, 1902, 10565, 50481], "temperature": 0, "avg_logprob": -0.12345918389253838, "compression_ratio": 1.3974763406940063, "no_speech_prob": 1.374368067269538e-11}, {"id": 55, "seek": 9834, "start": 100.66, "end": 103.74000000000001, "text": "但是它是一种可以动态调整的workflow", "tokens": [50481, 11189, 11284, 1541, 2257, 39810, 6723, 34961, 3757, 223, 8897, 225, 27662, 1546, 1902, 10565, 50635], "temperature": 0, "avg_logprob": -0.12345918389253838, "compression_ratio": 1.3974763406940063, "no_speech_prob": 1.374368067269538e-11}, {"id": 56, "seek": 9834, "start": 103.74000000000001, "end": 104.78, "text": "铁轨嘛", "tokens": [50635, 165, 241, 223, 17819, 101, 20722, 50687], "temperature": 0, "avg_logprob": -0.12345918389253838, "compression_ratio": 1.3974763406940063, "no_speech_prob": 1.374368067269538e-11}, {"id": 57, "seek": 9834, "start": 104.78, "end": 106.82000000000001, "text": "是不是在大方向不变的前提下", "tokens": [50687, 23034, 3581, 3582, 9249, 24282, 1960, 2129, 246, 1546, 8945, 20949, 4438, 50789], "temperature": 0, "avg_logprob": -0.12345918389253838, "compression_ratio": 1.3974763406940063, "no_speech_prob": 1.374368067269538e-11}, {"id": 58, "seek": 9834, "start": 106.82000000000001, "end": 109.02000000000001, "text": "其实还是可以小范围的进行调整的", "tokens": [50789, 41646, 45726, 6723, 7322, 27395, 225, 3919, 112, 1546, 36700, 8082, 8897, 225, 27662, 1546, 50899], "temperature": 0, "avg_logprob": -0.12345918389253838, "compression_ratio": 1.3974763406940063, "no_speech_prob": 1.374368067269538e-11}, {"id": 59, "seek": 9834, "start": 109.02000000000001, "end": 110.9, "text": "那今天开始啊", "tokens": [50899, 4184, 12074, 45213, 4905, 50993], "temperature": 0, "avg_logprob": -0.12345918389253838, "compression_ratio": 1.3974763406940063, "no_speech_prob": 1.374368067269538e-11}, {"id": 60, "seek": 9834, "start": 110.9, "end": 111.86, "text": "在我的repo上", "tokens": [50993, 3581, 14200, 265, 2259, 5708, 51041], "temperature": 0, "avg_logprob": -0.12345918389253838, "compression_ratio": 1.3974763406940063, "no_speech_prob": 1.374368067269538e-11}, {"id": 61, "seek": 9834, "start": 111.86, "end": 113.74000000000001, "text": "你就可以看到它了", "tokens": [51041, 2166, 36781, 18032, 11284, 2289, 51135], "temperature": 0, "avg_logprob": -0.12345918389253838, "compression_ratio": 1.3974763406940063, "no_speech_prob": 1.374368067269538e-11}, {"id": 62, "seek": 9834, "start": 113.74000000000001, "end": 114.96000000000001, "text": "但是呢", "tokens": [51135, 11189, 6240, 51196], "temperature": 0, "avg_logprob": -0.12345918389253838, "compression_ratio": 1.3974763406940063, "no_speech_prob": 1.374368067269538e-11}, {"id": 63, "seek": 9834, "start": 114.96000000000001, "end": 116.9, "text": "在介绍它能干什么之前", "tokens": [51196, 3581, 30312, 10115, 235, 11284, 8225, 26111, 10440, 32442, 51293], "temperature": 0, "avg_logprob": -0.12345918389253838, "compression_ratio": 1.3974763406940063, "no_speech_prob": 1.374368067269538e-11}, {"id": 64, "seek": 9834, "start": 116.9, "end": 118.64, "text": "让我先叠个假", "tokens": [51293, 33650, 1654, 10108, 2129, 254, 7549, 31706, 51380], "temperature": 0, "avg_logprob": -0.12345918389253838, "compression_ratio": 1.3974763406940063, "no_speech_prob": 1.374368067269538e-11}, {"id": 65, "seek": 9834, "start": 118.64, "end": 120.62, "text": "我先介绍一下它不能干什么", "tokens": [51380, 1654, 10108, 30312, 10115, 235, 8861, 11284, 28590, 26111, 10440, 51479], "temperature": 0, "avg_logprob": -0.12345918389253838, "compression_ratio": 1.3974763406940063, "no_speech_prob": 1.374368067269538e-11}, {"id": 66, "seek": 9834, "start": 120.62, "end": 122.22, "text": "以及当前的状态", "tokens": [51479, 40282, 16233, 8945, 1546, 35276, 114, 3757, 223, 51559], "temperature": 0, "avg_logprob": -0.12345918389253838, "compression_ratio": 1.3974763406940063, "no_speech_prob": 1.374368067269538e-11}, {"id": 67, "seek": 9834, "start": 122.22, "end": 123.82000000000001, "text": "免得大家期望太高", "tokens": [51559, 2347, 235, 5916, 6868, 16786, 22694, 9455, 12979, 51639], "temperature": 0, "avg_logprob": -0.12345918389253838, "compression_ratio": 1.3974763406940063, "no_speech_prob": 1.374368067269538e-11}, {"id": 68, "seek": 9834, "start": 123.82000000000001, "end": 124.68, "text": "到时候会失望", "tokens": [51639, 4511, 29111, 12949, 28564, 22694, 51682], "temperature": 0, "avg_logprob": -0.12345918389253838, "compression_ratio": 1.3974763406940063, "no_speech_prob": 1.374368067269538e-11}, {"id": 69, "seek": 9834, "start": 124.68, "end": 125.62, "text": "首先啊", "tokens": [51682, 36490, 4905, 51729], "temperature": 0, "avg_logprob": -0.12345918389253838, "compression_ratio": 1.3974763406940063, "no_speech_prob": 1.374368067269538e-11}, {"id": 70, "seek": 9834, "start": 125.62, "end": 127.82000000000001, "text": "这个产品不是为了解决软件开发", "tokens": [51729, 15368, 1369, 100, 30246, 7296, 13992, 2289, 17278, 5676, 111, 17819, 107, 20485, 18937, 28926, 51839], "temperature": 0, "avg_logprob": -0.12345918389253838, "compression_ratio": 1.3974763406940063, "no_speech_prob": 1.374368067269538e-11}, {"id": 71, "seek": 12782, "start": 127.82, "end": 129.04, "text": "自动化而设计的", "tokens": [50365, 9722, 34961, 23756, 11070, 7422, 122, 7422, 94, 1546, 50426], "temperature": 0, "avg_logprob": -0.06415056228637696, "compression_ratio": 1.3581267217630855, "no_speech_prob": 1.550834807795276e-11}, {"id": 72, "seek": 12782, "start": 129.04, "end": 131.7, "text": "虽然它一定程度上能做这样的任务", "tokens": [50426, 12026, 121, 5823, 11284, 24272, 29649, 13127, 5708, 8225, 10907, 21209, 1546, 26443, 5087, 94, 50559], "temperature": 0, "avg_logprob": -0.06415056228637696, "compression_ratio": 1.3581267217630855, "no_speech_prob": 1.550834807795276e-11}, {"id": 73, "seek": 12782, "start": 131.7, "end": 132.94, "text": "但是软件工程", "tokens": [50559, 11189, 17819, 107, 20485, 23323, 29649, 50621], "temperature": 0, "avg_logprob": -0.06415056228637696, "compression_ratio": 1.3581267217630855, "no_speech_prob": 1.550834807795276e-11}, {"id": 74, "seek": 12782, "start": 132.94, "end": 134.32, "text": "大家都知道是个复杂的事", "tokens": [50621, 46525, 7758, 1541, 7549, 1787, 235, 4422, 224, 1546, 6973, 50690], "temperature": 0, "avg_logprob": -0.06415056228637696, "compression_ratio": 1.3581267217630855, "no_speech_prob": 1.550834807795276e-11}, {"id": 75, "seek": 12782, "start": 134.32, "end": 136.54, "text": "不是说开发一两个workflow", "tokens": [50690, 7296, 8090, 18937, 28926, 2257, 36257, 7549, 1902, 10565, 50801], "temperature": 0, "avg_logprob": -0.06415056228637696, "compression_ratio": 1.3581267217630855, "no_speech_prob": 1.550834807795276e-11}, {"id": 76, "seek": 12782, "start": 136.54, "end": 137.95999999999998, "text": "就能解决质量问题的", "tokens": [50801, 3111, 8225, 17278, 5676, 111, 18464, 101, 26748, 34069, 1546, 50872], "temperature": 0, "avg_logprob": -0.06415056228637696, "compression_ratio": 1.3581267217630855, "no_speech_prob": 1.550834807795276e-11}, {"id": 77, "seek": 12782, "start": 137.95999999999998, "end": 139.51999999999998, "text": "所以挺不适合这类任务", "tokens": [50872, 7239, 41046, 1960, 2215, 224, 14245, 5562, 22113, 119, 26443, 5087, 94, 50950], "temperature": 0, "avg_logprob": -0.06415056228637696, "compression_ratio": 1.3581267217630855, "no_speech_prob": 1.550834807795276e-11}, {"id": 78, "seek": 12782, "start": 139.51999999999998, "end": 141.42, "text": "我未来也不会朝这个方向去发展", "tokens": [50950, 1654, 29954, 6912, 6404, 47928, 46610, 15368, 9249, 24282, 6734, 28926, 43491, 51045], "temperature": 0, "avg_logprob": -0.06415056228637696, "compression_ratio": 1.3581267217630855, "no_speech_prob": 1.550834807795276e-11}, {"id": 79, "seek": 12782, "start": 141.42, "end": 142.72, "text": "而且我有一个观点", "tokens": [51045, 22942, 39732, 20182, 42350, 12579, 51110], "temperature": 0, "avg_logprob": -0.06415056228637696, "compression_ratio": 1.3581267217630855, "no_speech_prob": 1.550834807795276e-11}, {"id": 80, "seek": 12782, "start": 142.72, "end": 145.38, "text": "就是AI现在大部分时间都在创造软件", "tokens": [51110, 5620, 48698, 25040, 3582, 32174, 44848, 7182, 3581, 2437, 249, 37583, 17819, 107, 20485, 51243], "temperature": 0, "avg_logprob": -0.06415056228637696, "compression_ratio": 1.3581267217630855, "no_speech_prob": 1.550834807795276e-11}, {"id": 81, "seek": 12782, "start": 145.38, "end": 146.78, "text": "它也更擅长这个", "tokens": [51243, 11284, 6404, 19002, 13167, 227, 32271, 15368, 51313], "temperature": 0, "avg_logprob": -0.06415056228637696, "compression_ratio": 1.3581267217630855, "no_speech_prob": 1.550834807795276e-11}, {"id": 82, "seek": 12782, "start": 146.78, "end": 149.78, "text": "但软件未必是最终交付成果", "tokens": [51313, 8395, 17819, 107, 20485, 29954, 28531, 1541, 8661, 10115, 230, 28455, 41469, 11336, 9319, 51463], "temperature": 0, "avg_logprob": -0.06415056228637696, "compression_ratio": 1.3581267217630855, "no_speech_prob": 1.550834807795276e-11}, {"id": 83, "seek": 12782, "start": 149.78, "end": 150.07999999999998, "text": "对吧", "tokens": [51463, 8713, 6062, 51478], "temperature": 0, "avg_logprob": -0.06415056228637696, "compression_ratio": 1.3581267217630855, "no_speech_prob": 1.550834807795276e-11}, {"id": 84, "seek": 12782, "start": 150.07999999999998, "end": 151.26, "text": "比如说我是博主", "tokens": [51478, 36757, 8090, 15914, 5322, 248, 13557, 51537], "temperature": 0, "avg_logprob": -0.06415056228637696, "compression_ratio": 1.3581267217630855, "no_speech_prob": 1.550834807795276e-11}, {"id": 85, "seek": 12782, "start": 151.26, "end": 152.92, "text": "我交付的最终成果是视频", "tokens": [51537, 1654, 28455, 41469, 1546, 8661, 10115, 230, 11336, 9319, 1541, 40656, 39752, 51620], "temperature": 0, "avg_logprob": -0.06415056228637696, "compression_ratio": 1.3581267217630855, "no_speech_prob": 1.550834807795276e-11}, {"id": 86, "seek": 12782, "start": 152.92, "end": 154.5, "text": "但生产视频呢", "tokens": [51620, 8395, 8244, 1369, 100, 40656, 39752, 6240, 51699], "temperature": 0, "avg_logprob": -0.06415056228637696, "compression_ratio": 1.3581267217630855, "no_speech_prob": 1.550834807795276e-11}, {"id": 87, "seek": 12782, "start": 154.5, "end": 155.24, "text": "可以是软件", "tokens": [51699, 6723, 1541, 17819, 107, 20485, 51736], "temperature": 0, "avg_logprob": -0.06415056228637696, "compression_ratio": 1.3581267217630855, "no_speech_prob": 1.550834807795276e-11}, {"id": 88, "seek": 12782, "start": 155.24, "end": 156.7, "text": "所以我只需要确保", "tokens": [51736, 7239, 1654, 14003, 35748, 38114, 106, 24302, 51809], "temperature": 0, "avg_logprob": -0.06415056228637696, "compression_ratio": 1.3581267217630855, "no_speech_prob": 1.550834807795276e-11}, {"id": 89, "seek": 15670, "start": 156.7, "end": 157.92, "text": "软件能生产", "tokens": [50365, 17819, 107, 20485, 8225, 8244, 1369, 100, 50426], "temperature": 0, "avg_logprob": -0.10885110394708042, "compression_ratio": 1.396551724137931, "no_speech_prob": 1.4802024189686236e-11}, {"id": 90, "seek": 15670, "start": 157.92, "end": 159.92, "text": "我需求质量的视频", "tokens": [50426, 1654, 32535, 32718, 18464, 101, 26748, 1546, 40656, 39752, 50526], "temperature": 0, "avg_logprob": -0.10885110394708042, "compression_ratio": 1.396551724137931, "no_speech_prob": 1.4802024189686236e-11}, {"id": 91, "seek": 15670, "start": 159.92, "end": 160.45999999999998, "text": "那就好了", "tokens": [50526, 46887, 12621, 50553], "temperature": 0, "avg_logprob": -0.10885110394708042, "compression_ratio": 1.396551724137931, "no_speech_prob": 1.4802024189686236e-11}, {"id": 92, "seek": 15670, "start": 160.45999999999998, "end": 162.88, "text": "这就是能达到我的质量体系的软件", "tokens": [50553, 5562, 5620, 8225, 9830, 122, 4511, 14200, 18464, 101, 26748, 29485, 25368, 1546, 17819, 107, 20485, 50674], "temperature": 0, "avg_logprob": -0.10885110394708042, "compression_ratio": 1.396551724137931, "no_speech_prob": 1.4802024189686236e-11}, {"id": 93, "seek": 15670, "start": 162.88, "end": 164.17999999999998, "text": "那在这个体系里", "tokens": [50674, 4184, 3581, 15368, 29485, 25368, 15759, 50739], "temperature": 0, "avg_logprob": -0.10885110394708042, "compression_ratio": 1.396551724137931, "no_speech_prob": 1.4802024189686236e-11}, {"id": 94, "seek": 15670, "start": 164.17999999999998, "end": 167.04, "text": "人工检查成果不是一个瓶颈", "tokens": [50739, 4035, 23323, 16407, 222, 42623, 11336, 9319, 7296, 20182, 163, 241, 114, 12501, 230, 50882], "temperature": 0, "avg_logprob": -0.10885110394708042, "compression_ratio": 1.396551724137931, "no_speech_prob": 1.4802024189686236e-11}, {"id": 95, "seek": 15670, "start": 167.04, "end": 168.92, "text": "而软件工程就不一样了", "tokens": [50882, 11070, 17819, 107, 20485, 23323, 29649, 3111, 1960, 2257, 14496, 2289, 50976], "temperature": 0, "avg_logprob": -0.10885110394708042, "compression_ratio": 1.396551724137931, "no_speech_prob": 1.4802024189686236e-11}, {"id": 96, "seek": 15670, "start": 168.92, "end": 169.73999999999998, "text": "所以home rail", "tokens": [50976, 7239, 25336, 8765, 51017], "temperature": 0, "avg_logprob": -0.10885110394708042, "compression_ratio": 1.396551724137931, "no_speech_prob": 1.4802024189686236e-11}, {"id": 97, "seek": 15670, "start": 169.73999999999998, "end": 171.14, "text": "它的目标不是做一个", "tokens": [51017, 45224, 11386, 162, 3921, 7296, 10907, 20182, 51087], "temperature": 0, "avg_logprob": -0.10885110394708042, "compression_ratio": 1.396551724137931, "no_speech_prob": 1.4802024189686236e-11}, {"id": 98, "seek": 15670, "start": 171.14, "end": 172.67999999999998, "text": "更智能化的软件工程", "tokens": [51087, 19002, 5094, 118, 8225, 23756, 1546, 17819, 107, 20485, 23323, 29649, 51164], "temperature": 0, "avg_logprob": -0.10885110394708042, "compression_ratio": 1.396551724137931, "no_speech_prob": 1.4802024189686236e-11}, {"id": 99, "seek": 15670, "start": 172.67999999999998, "end": 175.39999999999998, "text": "它只适合在人工审查成果", "tokens": [51164, 11284, 14003, 2215, 224, 14245, 3581, 4035, 23323, 2415, 94, 42623, 11336, 9319, 51300], "temperature": 0, "avg_logprob": -0.10885110394708042, "compression_ratio": 1.396551724137931, "no_speech_prob": 1.4802024189686236e-11}, {"id": 100, "seek": 15670, "start": 175.39999999999998, "end": 176.48, "text": "不是瓶颈的场景", "tokens": [51300, 7296, 163, 241, 114, 12501, 230, 1546, 50255, 50218, 51354], "temperature": 0, "avg_logprob": -0.10885110394708042, "compression_ratio": 1.396551724137931, "no_speech_prob": 1.4802024189686236e-11}, {"id": 101, "seek": 15670, "start": 176.48, "end": 177.57999999999998, "text": "做一些适当的工作", "tokens": [51354, 10907, 38515, 2215, 224, 16233, 1546, 41315, 51409], "temperature": 0, "avg_logprob": -0.10885110394708042, "compression_ratio": 1.396551724137931, "no_speech_prob": 1.4802024189686236e-11}, {"id": 102, "seek": 15670, "start": 177.57999999999998, "end": 179.12, "text": "那第二个", "tokens": [51409, 4184, 19693, 7549, 51486], "temperature": 0, "avg_logprob": -0.10885110394708042, "compression_ratio": 1.396551724137931, "no_speech_prob": 1.4802024189686236e-11}, {"id": 103, "seek": 15670, "start": 179.12, "end": 181.1, "text": "我当下说实话并不好用", "tokens": [51486, 1654, 16233, 4438, 8090, 24726, 21596, 3509, 114, 15769, 9254, 51585], "temperature": 0, "avg_logprob": -0.10885110394708042, "compression_ratio": 1.396551724137931, "no_speech_prob": 1.4802024189686236e-11}, {"id": 104, "seek": 15670, "start": 181.1, "end": 183.28, "text": "实话实说达不到开箱可用", "tokens": [51585, 24726, 21596, 24726, 8090, 9830, 122, 35728, 18937, 11249, 109, 4429, 9254, 51694], "temperature": 0, "avg_logprob": -0.10885110394708042, "compression_ratio": 1.396551724137931, "no_speech_prob": 1.4802024189686236e-11}, {"id": 105, "seek": 18328, "start": 183.28, "end": 185.32, "text": "它只是搭好了一个架构", "tokens": [50365, 11284, 36859, 22220, 255, 12621, 20182, 7360, 114, 7360, 226, 50467], "temperature": 0, "avg_logprob": -0.09809594866873204, "compression_ratio": 1.3475609756097562, "no_speech_prob": 1.5391276794729514e-11}, {"id": 106, "seek": 18328, "start": 185.32, "end": 187.7, "text": "就是我为了后期的探索", "tokens": [50467, 5620, 1654, 13992, 2289, 13547, 16786, 1546, 6900, 95, 7732, 95, 50586], "temperature": 0, "avg_logprob": -0.09809594866873204, "compression_ratio": 1.3475609756097562, "no_speech_prob": 1.5391276794729514e-11}, {"id": 107, "seek": 18328, "start": 187.7, "end": 188.84, "text": "更方便的一个架构", "tokens": [50586, 19002, 9249, 27364, 1546, 20182, 7360, 114, 7360, 226, 50643], "temperature": 0, "avg_logprob": -0.09809594866873204, "compression_ratio": 1.3475609756097562, "no_speech_prob": 1.5391276794729514e-11}, {"id": 108, "seek": 18328, "start": 188.84, "end": 191.82, "text": "但是如果你要让每个任务都流畅运行", "tokens": [50643, 11189, 13119, 32085, 33650, 23664, 7549, 26443, 5087, 94, 7182, 27854, 6904, 227, 3316, 238, 8082, 50792], "temperature": 0, "avg_logprob": -0.09809594866873204, "compression_ratio": 1.3475609756097562, "no_speech_prob": 1.5391276794729514e-11}, {"id": 109, "seek": 18328, "start": 191.82, "end": 194.58, "text": "其实是需要对内部的agent的编排", "tokens": [50792, 41646, 1541, 35748, 8713, 34742, 13470, 1546, 559, 317, 1546, 38109, 244, 44647, 50930], "temperature": 0, "avg_logprob": -0.09809594866873204, "compression_ratio": 1.3475609756097562, "no_speech_prob": 1.5391276794729514e-11}, {"id": 110, "seek": 18328, "start": 194.58, "end": 195.92000000000002, "text": "其实是十分理解的", "tokens": [50930, 41646, 1541, 20145, 6627, 13876, 17278, 1546, 50997], "temperature": 0, "avg_logprob": -0.09809594866873204, "compression_ratio": 1.3475609756097562, "no_speech_prob": 1.5391276794729514e-11}, {"id": 111, "seek": 18328, "start": 195.92000000000002, "end": 198.88, "text": "还要去测试哪些场景更适合它", "tokens": [50997, 14852, 4275, 6734, 11038, 233, 5233, 243, 17028, 13824, 50255, 50218, 19002, 2215, 224, 14245, 11284, 51145], "temperature": 0, "avg_logprob": -0.09809594866873204, "compression_ratio": 1.3475609756097562, "no_speech_prob": 1.5391276794729514e-11}, {"id": 112, "seek": 18328, "start": 198.88, "end": 201.26, "text": "并且要用AI去调有每个流程", "tokens": [51145, 3509, 114, 20334, 4275, 9254, 48698, 6734, 8897, 225, 2412, 23664, 7549, 27854, 29649, 51264], "temperature": 0, "avg_logprob": -0.09809594866873204, "compression_ratio": 1.3475609756097562, "no_speech_prob": 1.5391276794729514e-11}, {"id": 113, "seek": 18328, "start": 201.26, "end": 204.54, "text": "当然这是我后面不断去探索和完善的部分", "tokens": [51264, 40486, 27455, 1654, 13547, 8833, 1960, 4307, 255, 6734, 6900, 95, 7732, 95, 12565, 14128, 5234, 226, 1546, 32174, 51428], "temperature": 0, "avg_logprob": -0.09809594866873204, "compression_ratio": 1.3475609756097562, "no_speech_prob": 1.5391276794729514e-11}, {"id": 114, "seek": 18328, "start": 204.54, "end": 205.42000000000002, "text": "但是现在就告诉大家", "tokens": [51428, 11189, 25040, 3111, 44816, 6868, 51472], "temperature": 0, "avg_logprob": -0.09809594866873204, "compression_ratio": 1.3475609756097562, "no_speech_prob": 1.5391276794729514e-11}, {"id": 115, "seek": 18328, "start": 205.42000000000002, "end": 207.52, "text": "它是需要你花费一些时间去研究", "tokens": [51472, 11284, 1541, 35748, 2166, 20127, 18464, 117, 38515, 44848, 6734, 23230, 242, 44704, 51577], "temperature": 0, "avg_logprob": -0.09809594866873204, "compression_ratio": 1.3475609756097562, "no_speech_prob": 1.5391276794729514e-11}, {"id": 116, "seek": 18328, "start": 207.52, "end": 208.4, "text": "才能用的", "tokens": [51577, 18888, 8225, 9254, 1546, 51621], "temperature": 0, "avg_logprob": -0.09809594866873204, "compression_ratio": 1.3475609756097562, "no_speech_prob": 1.5391276794729514e-11}, {"id": 117, "seek": 18328, "start": 208.4, "end": 210.58, "text": "所以如果你是需要开箱及用", "tokens": [51621, 7239, 13119, 32526, 35748, 18937, 11249, 109, 25703, 9254, 51730], "temperature": 0, "avg_logprob": -0.09809594866873204, "compression_ratio": 1.3475609756097562, "no_speech_prob": 1.5391276794729514e-11}, {"id": 118, "seek": 21058, "start": 210.58, "end": 211.58, "text": "那你稍微再等等", "tokens": [50365, 4184, 2166, 10415, 235, 39152, 8623, 36000, 50415], "temperature": 0, "avg_logprob": -0.08137663123533898, "compression_ratio": 1.318801089918256, "no_speech_prob": 1.5988724233473306e-11}, {"id": 119, "seek": 21058, "start": 211.58, "end": 215.04000000000002, "text": "第三它目前没有对token的消耗和效率化", "tokens": [50415, 35878, 11284, 39004, 17944, 8713, 83, 8406, 1546, 28837, 4450, 245, 12565, 43076, 44866, 23756, 50588], "temperature": 0, "avg_logprob": -0.08137663123533898, "compression_ratio": 1.318801089918256, "no_speech_prob": 1.5988724233473306e-11}, {"id": 120, "seek": 21058, "start": 215.04000000000002, "end": 216.12, "text": "做任何的优化", "tokens": [50588, 10907, 26443, 11906, 1546, 7384, 246, 23756, 50642], "temperature": 0, "avg_logprob": -0.08137663123533898, "compression_ratio": 1.318801089918256, "no_speech_prob": 1.5988724233473306e-11}, {"id": 121, "seek": 21058, "start": 216.12, "end": 218.26000000000002, "text": "而且我自己因为我有很多订阅", "tokens": [50642, 22942, 1654, 17645, 34627, 39732, 20778, 7422, 95, 10034, 227, 50749], "temperature": 0, "avg_logprob": -0.08137663123533898, "compression_ratio": 1.318801089918256, "no_speech_prob": 1.5988724233473306e-11}, {"id": 122, "seek": 21058, "start": 218.26000000000002, "end": 218.84, "text": "我的用不完", "tokens": [50749, 14200, 9254, 1960, 14128, 50778], "temperature": 0, "avg_logprob": -0.08137663123533898, "compression_ratio": 1.318801089918256, "no_speech_prob": 1.5988724233473306e-11}, {"id": 123, "seek": 21058, "start": 218.84, "end": 221.24, "text": "所以我都是靠大量的并发去消耗", "tokens": [50778, 7239, 1654, 22796, 5363, 254, 3582, 26748, 1546, 3509, 114, 28926, 6734, 28837, 4450, 245, 50898], "temperature": 0, "avg_logprob": -0.08137663123533898, "compression_ratio": 1.318801089918256, "no_speech_prob": 1.5988724233473306e-11}, {"id": 124, "seek": 21058, "start": 221.24, "end": 222.46, "text": "去摸索它的边界", "tokens": [50898, 6734, 34783, 116, 7732, 95, 45224, 40503, 21185, 50959], "temperature": 0, "avg_logprob": -0.08137663123533898, "compression_ratio": 1.318801089918256, "no_speech_prob": 1.5988724233473306e-11}, {"id": 125, "seek": 21058, "start": 222.46, "end": 224.46, "text": "来换一个可复用的成果", "tokens": [50959, 6912, 26075, 95, 20182, 4429, 1787, 235, 9254, 1546, 11336, 9319, 51059], "temperature": 0, "avg_logprob": -0.08137663123533898, "compression_ratio": 1.318801089918256, "no_speech_prob": 1.5988724233473306e-11}, {"id": 126, "seek": 21058, "start": 224.46, "end": 226.72000000000003, "text": "所以如果大家本身没有本地部署", "tokens": [51059, 7239, 13119, 6868, 8802, 19847, 17944, 8802, 10928, 13470, 16469, 110, 51172], "temperature": 0, "avg_logprob": -0.08137663123533898, "compression_ratio": 1.318801089918256, "no_speech_prob": 1.5988724233473306e-11}, {"id": 127, "seek": 21058, "start": 226.72000000000003, "end": 227.82000000000002, "text": "没有冗余的订阅", "tokens": [51172, 17944, 5676, 245, 1593, 247, 1546, 7422, 95, 10034, 227, 51227], "temperature": 0, "avg_logprob": -0.08137663123533898, "compression_ratio": 1.318801089918256, "no_speech_prob": 1.5988724233473306e-11}, {"id": 128, "seek": 21058, "start": 227.82000000000002, "end": 229.74, "text": "那还是应该稍微等一等我", "tokens": [51227, 4184, 45726, 44297, 44646, 10415, 235, 39152, 10187, 2257, 10187, 1654, 51323], "temperature": 0, "avg_logprob": -0.08137663123533898, "compression_ratio": 1.318801089918256, "no_speech_prob": 1.5988724233473306e-11}, {"id": 129, "seek": 21058, "start": 229.74, "end": 231.84, "text": "或者是等等社区的其他伙伴", "tokens": [51323, 31148, 1541, 36000, 27658, 9937, 118, 1546, 9572, 5000, 7384, 247, 7384, 112, 51428], "temperature": 0, "avg_logprob": -0.08137663123533898, "compression_ratio": 1.318801089918256, "no_speech_prob": 1.5988724233473306e-11}, {"id": 130, "seek": 21058, "start": 231.84, "end": 234.02, "text": "研究出来一些最佳实践之后再用", "tokens": [51428, 23230, 242, 44704, 44561, 38515, 8661, 1593, 111, 24726, 6563, 113, 9574, 13547, 8623, 9254, 51537], "temperature": 0, "avg_logprob": -0.08137663123533898, "compression_ratio": 1.318801089918256, "no_speech_prob": 1.5988724233473306e-11}, {"id": 131, "seek": 21058, "start": 234.02, "end": 236.82000000000002, "text": "第四就是当前它的最佳使用形态", "tokens": [51537, 7536, 19425, 5620, 16233, 8945, 45224, 8661, 1593, 111, 22982, 9254, 30900, 3757, 223, 51677], "temperature": 0, "avg_logprob": -0.08137663123533898, "compression_ratio": 1.318801089918256, "no_speech_prob": 1.5988724233473306e-11}, {"id": 132, "seek": 21058, "start": 236.82000000000002, "end": 237.56, "text": "不是用UI", "tokens": [51677, 7296, 9254, 46324, 51714], "temperature": 0, "avg_logprob": -0.08137663123533898, "compression_ratio": 1.318801089918256, "no_speech_prob": 1.5988724233473306e-11}, {"id": 133, "seek": 21058, "start": 237.56, "end": 238.78, "text": "而是用coding agent", "tokens": [51714, 11070, 1541, 9254, 66, 8616, 9461, 51775], "temperature": 0, "avg_logprob": -0.08137663123533898, "compression_ratio": 1.318801089918256, "no_speech_prob": 1.5988724233473306e-11}, {"id": 134, "seek": 23878, "start": 238.78, "end": 242.92, "text": "直接去通过内设的cli去调用后端的agent的编排", "tokens": [50365, 43297, 6734, 19550, 16866, 34742, 7422, 122, 1546, 66, 2081, 6734, 8897, 225, 9254, 13547, 11957, 107, 1546, 559, 317, 1546, 38109, 244, 44647, 50572], "temperature": 0, "avg_logprob": -0.1312882462902182, "compression_ratio": 1.2900302114803626, "no_speech_prob": 1.4095595350649415e-11}, {"id": 135, "seek": 23878, "start": 242.92, "end": 245.64000000000001, "text": "比如说我就经常用codex去控制", "tokens": [50572, 36757, 8090, 22020, 30276, 11279, 9254, 22332, 87, 6734, 48707, 25491, 50708], "temperature": 0, "avg_logprob": -0.1312882462902182, "compression_ratio": 1.2900302114803626, "no_speech_prob": 1.4095595350649415e-11}, {"id": 136, "seek": 23878, "start": 245.64000000000001, "end": 246.34, "text": "体验都很好", "tokens": [50708, 29485, 49657, 234, 7182, 23801, 50743], "temperature": 0, "avg_logprob": -0.1312882462902182, "compression_ratio": 1.2900302114803626, "no_speech_prob": 1.4095595350649415e-11}, {"id": 137, "seek": 23878, "start": 246.34, "end": 247.92000000000002, "text": "完全不需要使用前端", "tokens": [50743, 37100, 1960, 35748, 22982, 9254, 8945, 11957, 107, 50822], "temperature": 0, "avg_logprob": -0.1312882462902182, "compression_ratio": 1.2900302114803626, "no_speech_prob": 1.4095595350649415e-11}, {"id": 138, "seek": 23878, "start": 247.92000000000002, "end": 249.32, "text": "最后前端的体验", "tokens": [50822, 8661, 13547, 8945, 11957, 107, 1546, 29485, 49657, 234, 50892], "temperature": 0, "avg_logprob": -0.1312882462902182, "compression_ratio": 1.2900302114803626, "no_speech_prob": 1.4095595350649415e-11}, {"id": 139, "seek": 23878, "start": 249.32, "end": 251.82, "text": "其实现在也还没有达到我的预期吧", "tokens": [50892, 41646, 25040, 6404, 14852, 17944, 9830, 122, 4511, 14200, 12501, 226, 16786, 6062, 51017], "temperature": 0, "avg_logprob": -0.1312882462902182, "compression_ratio": 1.2900302114803626, "no_speech_prob": 1.4095595350649415e-11}, {"id": 140, "seek": 23878, "start": 251.82, "end": 254.42000000000002, "text": "现在它的概念就是有大量的生成式UI", "tokens": [51017, 25040, 45224, 26181, 33679, 5620, 2412, 3582, 26748, 1546, 8244, 11336, 27584, 46324, 51147], "temperature": 0, "avg_logprob": -0.1312882462902182, "compression_ratio": 1.2900302114803626, "no_speech_prob": 1.4095595350649415e-11}, {"id": 141, "seek": 23878, "start": 254.42000000000002, "end": 257.0, "text": "但是这个生成式的东西还太少", "tokens": [51147, 11189, 15368, 8244, 11336, 27584, 1546, 38409, 16220, 14852, 9455, 15686, 51276], "temperature": 0, "avg_logprob": -0.1312882462902182, "compression_ratio": 1.2900302114803626, "no_speech_prob": 1.4095595350649415e-11}, {"id": 142, "seek": 23878, "start": 257.0, "end": 257.88, "text": "也不过好看", "tokens": [51276, 6404, 1960, 16866, 2131, 4200, 51320], "temperature": 0, "avg_logprob": -0.1312882462902182, "compression_ratio": 1.2900302114803626, "no_speech_prob": 1.4095595350649415e-11}, {"id": 143, "seek": 23878, "start": 257.88, "end": 259.12, "text": "也不过高小", "tokens": [51320, 6404, 1960, 16866, 12979, 7322, 51382], "temperature": 0, "avg_logprob": -0.1312882462902182, "compression_ratio": 1.2900302114803626, "no_speech_prob": 1.4095595350649415e-11}, {"id": 144, "seek": 23878, "start": 259.12, "end": 260.88, "text": "所以还需要一定时间去摸索", "tokens": [51382, 7239, 14852, 35748, 24272, 44848, 6734, 34783, 116, 7732, 95, 51470], "temperature": 0, "avg_logprob": -0.1312882462902182, "compression_ratio": 1.2900302114803626, "no_speech_prob": 1.4095595350649415e-11}, {"id": 145, "seek": 23878, "start": 260.88, "end": 263.94, "text": "让生成式的UI更加匹配具体的任务", "tokens": [51470, 33650, 8244, 11336, 27584, 1546, 46324, 19002, 9990, 9937, 117, 38846, 39806, 29485, 1546, 26443, 5087, 94, 51623], "temperature": 0, "avg_logprob": -0.1312882462902182, "compression_ratio": 1.2900302114803626, "no_speech_prob": 1.4095595350649415e-11}, {"id": 146, "seek": 23878, "start": 263.94, "end": 265.74, "text": "OK叠假就叠到这里了", "tokens": [51623, 9443, 2129, 254, 31706, 3111, 2129, 254, 4511, 35102, 2289, 51713], "temperature": 0, "avg_logprob": -0.1312882462902182, "compression_ratio": 1.2900302114803626, "no_speech_prob": 1.4095595350649415e-11}, {"id": 147, "seek": 26574, "start": 265.74, "end": 270.34000000000003, "text": "我是希望劝退那些希望开箱即用产品的朋友", "tokens": [50365, 15914, 29955, 5087, 251, 46361, 4184, 13824, 29955, 18937, 11249, 109, 39127, 9254, 1369, 100, 30246, 1546, 19828, 50595], "temperature": 0, "avg_logprob": -0.1437212308247884, "compression_ratio": 1.2150943396226415, "no_speech_prob": 1.7748502320613646e-11}, {"id": 148, "seek": 26574, "start": 270.34000000000003, "end": 272.02, "text": "你稍微降低一点预期", "tokens": [50595, 2166, 10415, 235, 39152, 47421, 41377, 49042, 12501, 226, 16786, 50679], "temperature": 0, "avg_logprob": -0.1437212308247884, "compression_ratio": 1.2150943396226415, "no_speech_prob": 1.7748502320613646e-11}, {"id": 149, "seek": 26574, "start": 272.02, "end": 273.48, "text": "也给我一点时间", "tokens": [50679, 6404, 49076, 49042, 44848, 50752], "temperature": 0, "avg_logprob": -0.1437212308247884, "compression_ratio": 1.2150943396226415, "no_speech_prob": 1.7748502320613646e-11}, {"id": 150, "seek": 26574, "start": 273.48, "end": 276.2, "text": "那接下来我们聊一下它现阶段它能干什么", "tokens": [50752, 4184, 14468, 4438, 6912, 15003, 40096, 8861, 11284, 20204, 10034, 114, 28427, 11284, 8225, 26111, 10440, 50888], "temperature": 0, "avg_logprob": -0.1437212308247884, "compression_ratio": 1.2150943396226415, "no_speech_prob": 1.7748502320613646e-11}, {"id": 151, "seek": 26574, "start": 276.2, "end": 280.5, "text": "首先啊现在发布的版本是各个平台它都能跑起来", "tokens": [50888, 36490, 4905, 25040, 28926, 34688, 1546, 42096, 8802, 1541, 17516, 7549, 16716, 15433, 11284, 7182, 8225, 32585, 9147, 6912, 51103], "temperature": 0, "avg_logprob": -0.1437212308247884, "compression_ratio": 1.2150943396226415, "no_speech_prob": 1.7748502320613646e-11}, {"id": 152, "seek": 26574, "start": 280.5, "end": 281.38, "text": "我都试过了", "tokens": [51103, 1654, 7182, 5233, 243, 16866, 2289, 51147], "temperature": 0, "avg_logprob": -0.1437212308247884, "compression_ratio": 1.2150943396226415, "no_speech_prob": 1.7748502320613646e-11}, {"id": 153, "seek": 26574, "start": 281.38, "end": 283.16, "text": "只要你有一个coding agent", "tokens": [51147, 14003, 4275, 43320, 20182, 66, 8616, 9461, 51236], "temperature": 0, "avg_logprob": -0.1437212308247884, "compression_ratio": 1.2150943396226415, "no_speech_prob": 1.7748502320613646e-11}, {"id": 154, "seek": 26574, "start": 283.16, "end": 284.54, "text": "只要你把repo丢给它", "tokens": [51236, 14003, 4275, 2166, 16075, 265, 2259, 940, 95, 23197, 11284, 51305], "temperature": 0, "avg_logprob": -0.1437212308247884, "compression_ratio": 1.2150943396226415, "no_speech_prob": 1.7748502320613646e-11}, {"id": 155, "seek": 26574, "start": 284.54, "end": 286.18, "text": "它基本上就能部署起来", "tokens": [51305, 11284, 37946, 5708, 3111, 8225, 13470, 16469, 110, 9147, 6912, 51387], "temperature": 0, "avg_logprob": -0.1437212308247884, "compression_ratio": 1.2150943396226415, "no_speech_prob": 1.7748502320613646e-11}, {"id": 156, "seek": 28618, "start": 286.18, "end": 288.02, "text": "不过如果是windows啊", "tokens": [50365, 1960, 16866, 13119, 1541, 12199, 1509, 4905, 50457], "temperature": 0, "avg_logprob": -0.10385020748599545, "compression_ratio": 1.393491124260355, "no_speech_prob": 1.3424999827094108e-11}, {"id": 157, "seek": 28618, "start": 288.02, "end": 290.78000000000003, "text": "你需要有一个docker桌面板和gitbash", "tokens": [50457, 2166, 35748, 2412, 20182, 48341, 260, 162, 5475, 8833, 43664, 12565, 70, 270, 65, 1299, 50595], "temperature": 0, "avg_logprob": -0.10385020748599545, "compression_ratio": 1.393491124260355, "no_speech_prob": 1.3424999827094108e-11}, {"id": 158, "seek": 28618, "start": 290.78000000000003, "end": 293.18, "text": "就跟cloudcode一样都需要gitbash", "tokens": [50595, 3111, 9678, 44495, 22332, 2257, 14496, 7182, 35748, 70, 270, 65, 1299, 50715], "temperature": 0, "avg_logprob": -0.10385020748599545, "compression_ratio": 1.393491124260355, "no_speech_prob": 1.3424999827094108e-11}, {"id": 159, "seek": 28618, "start": 293.18, "end": 294.72, "text": "如果你是mac版的话", "tokens": [50715, 13119, 32526, 37065, 42096, 44575, 50792], "temperature": 0, "avg_logprob": -0.10385020748599545, "compression_ratio": 1.393491124260355, "no_speech_prob": 1.3424999827094108e-11}, {"id": 160, "seek": 28618, "start": 294.72, "end": 297.14, "text": "那你就只需要docker桌面板就行了", "tokens": [50792, 4184, 41045, 14003, 35748, 48341, 260, 162, 5475, 8833, 43664, 3111, 46606, 50913], "temperature": 0, "avg_logprob": -0.10385020748599545, "compression_ratio": 1.393491124260355, "no_speech_prob": 1.3424999827094108e-11}, {"id": 161, "seek": 28618, "start": 297.14, "end": 298.58, "text": "如果你是linux", "tokens": [50913, 13119, 32526, 5045, 2449, 50985], "temperature": 0, "avg_logprob": -0.10385020748599545, "compression_ratio": 1.393491124260355, "no_speech_prob": 1.3424999827094108e-11}, {"id": 162, "seek": 28618, "start": 298.58, "end": 301.72, "text": "那你需要给当前的用户加入docker这个组", "tokens": [50985, 4184, 2166, 35748, 23197, 16233, 8945, 1546, 9254, 1486, 115, 43878, 48341, 260, 15368, 10115, 226, 51142], "temperature": 0, "avg_logprob": -0.10385020748599545, "compression_ratio": 1.393491124260355, "no_speech_prob": 1.3424999827094108e-11}, {"id": 163, "seek": 28618, "start": 301.72, "end": 303.8, "text": "让当前的用户不需要sudo", "tokens": [51142, 33650, 16233, 8945, 1546, 9254, 1486, 115, 1960, 35748, 82, 6207, 51246], "temperature": 0, "avg_logprob": -0.10385020748599545, "compression_ratio": 1.393491124260355, "no_speech_prob": 1.3424999827094108e-11}, {"id": 164, "seek": 28618, "start": 303.8, "end": 305.88, "text": "就可以使用docker命令的权限", "tokens": [51246, 36781, 22982, 9254, 48341, 260, 25236, 49061, 1546, 4422, 225, 43446, 51350], "temperature": 0, "avg_logprob": -0.10385020748599545, "compression_ratio": 1.393491124260355, "no_speech_prob": 1.3424999827094108e-11}, {"id": 165, "seek": 28618, "start": 305.88, "end": 307.26, "text": "windows上和mac上", "tokens": [51350, 12199, 1509, 5708, 12565, 37065, 5708, 51419], "temperature": 0, "avg_logprob": -0.10385020748599545, "compression_ratio": 1.393491124260355, "no_speech_prob": 1.3424999827094108e-11}, {"id": 166, "seek": 28618, "start": 307.26, "end": 308.68, "text": "我现在都做了个桌面板", "tokens": [51419, 1654, 25040, 7182, 10907, 2289, 7549, 162, 5475, 8833, 43664, 51490], "temperature": 0, "avg_logprob": -0.10385020748599545, "compression_ratio": 1.393491124260355, "no_speech_prob": 1.3424999827094108e-11}, {"id": 167, "seek": 28618, "start": 308.68, "end": 310.58, "text": "适合那些不太会部署的朋友", "tokens": [51490, 2215, 224, 14245, 4184, 13824, 1960, 9455, 12949, 13470, 16469, 110, 1546, 19828, 51585], "temperature": 0, "avg_logprob": -0.10385020748599545, "compression_ratio": 1.393491124260355, "no_speech_prob": 1.3424999827094108e-11}, {"id": 168, "seek": 28618, "start": 310.58, "end": 312.16, "text": "但是现阶段我建议大家", "tokens": [51585, 11189, 20204, 10034, 114, 28427, 1654, 34157, 7422, 106, 6868, 51664], "temperature": 0, "avg_logprob": -0.10385020748599545, "compression_ratio": 1.393491124260355, "no_speech_prob": 1.3424999827094108e-11}, {"id": 169, "seek": 28618, "start": 312.16, "end": 314.26, "text": "让ai agent直接读代码库", "tokens": [51664, 33650, 1301, 9461, 43297, 5233, 119, 19105, 23230, 223, 6346, 241, 51769], "temperature": 0, "avg_logprob": -0.10385020748599545, "compression_ratio": 1.393491124260355, "no_speech_prob": 1.3424999827094108e-11}, {"id": 170, "seek": 28618, "start": 314.26, "end": 315.36, "text": "然后让它去部署", "tokens": [51769, 26636, 33650, 11284, 6734, 13470, 16469, 110, 51824], "temperature": 0, "avg_logprob": -0.10385020748599545, "compression_ratio": 1.393491124260355, "no_speech_prob": 1.3424999827094108e-11}, {"id": 171, "seek": 31536, "start": 315.36, "end": 317.6, "text": "那如果你要用到编排的话", "tokens": [50365, 4184, 13119, 32085, 9254, 4511, 38109, 244, 44647, 44575, 50477], "temperature": 0, "avg_logprob": -0.09267927697822873, "compression_ratio": 1.3475609756097562, "no_speech_prob": 1.6552821613391444e-11}, {"id": 172, "seek": 31536, "start": 317.6, "end": 320.36, "text": "也就是整个这个开源的系统的", "tokens": [50477, 6404, 5620, 27662, 7549, 15368, 18937, 47402, 1546, 25368, 10115, 253, 1546, 50615], "temperature": 0, "avg_logprob": -0.09267927697822873, "compression_ratio": 1.3475609756097562, "no_speech_prob": 1.6552821613391444e-11}, {"id": 173, "seek": 31536, "start": 320.36, "end": 321.2, "text": "最核心的部分", "tokens": [50615, 8661, 8987, 116, 7945, 1546, 32174, 50657], "temperature": 0, "avg_logprob": -0.09267927697822873, "compression_ratio": 1.3475609756097562, "no_speech_prob": 1.6552821613391444e-11}, {"id": 174, "seek": 31536, "start": 321.2, "end": 323.84000000000003, "text": "我建议大家是直接让ai agent", "tokens": [50657, 1654, 34157, 7422, 106, 6868, 1541, 43297, 33650, 1301, 9461, 50789], "temperature": 0, "avg_logprob": -0.09267927697822873, "compression_ratio": 1.3475609756097562, "no_speech_prob": 1.6552821613391444e-11}, {"id": 175, "seek": 31536, "start": 323.84000000000003, "end": 325.16, "text": "直接读代码库", "tokens": [50789, 43297, 5233, 119, 19105, 23230, 223, 6346, 241, 50855], "temperature": 0, "avg_logprob": -0.09267927697822873, "compression_ratio": 1.3475609756097562, "no_speech_prob": 1.6552821613391444e-11}, {"id": 176, "seek": 31536, "start": 325.16, "end": 326.46000000000004, "text": "让它去理解", "tokens": [50855, 33650, 11284, 6734, 13876, 17278, 50920], "temperature": 0, "avg_logprob": -0.09267927697822873, "compression_ratio": 1.3475609756097562, "no_speech_prob": 1.6552821613391444e-11}, {"id": 177, "seek": 31536, "start": 326.46000000000004, "end": 327.16, "text": "让它去部署", "tokens": [50920, 33650, 11284, 6734, 13470, 16469, 110, 50955], "temperature": 0, "avg_logprob": -0.09267927697822873, "compression_ratio": 1.3475609756097562, "no_speech_prob": 1.6552821613391444e-11}, {"id": 178, "seek": 31536, "start": 327.16, "end": 330.48, "text": "然后你去要求ai来帮你去开发编排文件", "tokens": [50955, 26636, 2166, 6734, 4275, 32718, 1301, 6912, 4845, 106, 2166, 6734, 18937, 28926, 38109, 244, 44647, 17174, 20485, 51121], "temperature": 0, "avg_logprob": -0.09267927697822873, "compression_ratio": 1.3475609756097562, "no_speech_prob": 1.6552821613391444e-11}, {"id": 179, "seek": 31536, "start": 330.48, "end": 331.96000000000004, "text": "也就是这个YAML的", "tokens": [51121, 6404, 5620, 15368, 56, 2865, 43, 1546, 51195], "temperature": 0, "avg_logprob": -0.09267927697822873, "compression_ratio": 1.3475609756097562, "no_speech_prob": 1.6552821613391444e-11}, {"id": 180, "seek": 31536, "start": 331.96000000000004, "end": 335.34000000000003, "text": "也就是后台的这个DAG引擎所依赖的东西", "tokens": [51195, 6404, 5620, 13547, 15433, 1546, 15368, 7509, 38, 41301, 13167, 236, 5966, 3254, 251, 5266, 244, 1546, 38409, 16220, 51364], "temperature": 0, "avg_logprob": -0.09267927697822873, "compression_ratio": 1.3475609756097562, "no_speech_prob": 1.6552821613391444e-11}, {"id": 181, "seek": 31536, "start": 335.34000000000003, "end": 338.14, "text": "你不需要去搞懂DAG的运行原理", "tokens": [51364, 2166, 1960, 35748, 6734, 41816, 29624, 7509, 38, 1546, 3316, 238, 8082, 19683, 13876, 51504], "temperature": 0, "avg_logprob": -0.09267927697822873, "compression_ratio": 1.3475609756097562, "no_speech_prob": 1.6552821613391444e-11}, {"id": 182, "seek": 31536, "start": 338.14, "end": 339.46000000000004, "text": "你让ai搞懂就行了", "tokens": [51504, 2166, 33650, 1301, 41816, 29624, 3111, 46606, 51570], "temperature": 0, "avg_logprob": -0.09267927697822873, "compression_ratio": 1.3475609756097562, "no_speech_prob": 1.6552821613391444e-11}, {"id": 183, "seek": 31536, "start": 339.46000000000004, "end": 342.16, "text": "我自己也从来没有手挫过编排文件", "tokens": [51570, 1654, 17645, 6404, 35630, 6912, 17944, 11389, 8501, 104, 16866, 38109, 244, 44647, 17174, 20485, 51705], "temperature": 0, "avg_logprob": -0.09267927697822873, "compression_ratio": 1.3475609756097562, "no_speech_prob": 1.6552821613391444e-11}, {"id": 184, "seek": 31536, "start": 342.16, "end": 344.76, "text": "但是你可以让它按照你的逻辑", "tokens": [51705, 11189, 42766, 33650, 11284, 26613, 32150, 18961, 2215, 119, 9830, 239, 51835], "temperature": 0, "avg_logprob": -0.09267927697822873, "compression_ratio": 1.3475609756097562, "no_speech_prob": 1.6552821613391444e-11}, {"id": 185, "seek": 34476, "start": 344.76, "end": 347.0, "text": "和你的工作流去实现一个编排", "tokens": [50365, 12565, 18961, 41315, 27854, 6734, 24726, 20204, 20182, 38109, 244, 44647, 50477], "temperature": 0, "avg_logprob": -0.12784001254296118, "compression_ratio": 1.2518518518518518, "no_speech_prob": 1.7212098066266002e-11}, {"id": 186, "seek": 34476, "start": 347.0, "end": 348.76, "text": "让AI再去帮你去调优", "tokens": [50477, 33650, 48698, 8623, 6734, 4845, 106, 2166, 6734, 8897, 225, 7384, 246, 50565], "temperature": 0, "avg_logprob": -0.12784001254296118, "compression_ratio": 1.2518518518518518, "no_speech_prob": 1.7212098066266002e-11}, {"id": 187, "seek": 34476, "start": 348.76, "end": 352.14, "text": "那如果你的任务流程里需要特定的环境", "tokens": [50565, 4184, 13119, 18961, 26443, 5087, 94, 27854, 29649, 15759, 35748, 17682, 12088, 1546, 8051, 107, 47885, 50734], "temperature": 0, "avg_logprob": -0.12784001254296118, "compression_ratio": 1.2518518518518518, "no_speech_prob": 1.7212098066266002e-11}, {"id": 188, "seek": 34476, "start": 352.14, "end": 353.3, "text": "比如说你做视频吧", "tokens": [50734, 36757, 8090, 2166, 10907, 40656, 39752, 6062, 50792], "temperature": 0, "avg_logprob": -0.12784001254296118, "compression_ratio": 1.2518518518518518, "no_speech_prob": 1.7212098066266002e-11}, {"id": 189, "seek": 34476, "start": 353.3, "end": 354.3, "text": "你需要FMPEG", "tokens": [50792, 2166, 35748, 37, 44, 5208, 38, 50842], "temperature": 0, "avg_logprob": -0.12784001254296118, "compression_ratio": 1.2518518518518518, "no_speech_prob": 1.7212098066266002e-11}, {"id": 190, "seek": 34476, "start": 354.3, "end": 357.65999999999997, "text": "那你就可以让ai agent的帮你去构建一个镜像", "tokens": [50842, 4184, 2166, 36781, 33650, 1301, 9461, 1546, 4845, 106, 2166, 6734, 7360, 226, 34157, 20182, 12373, 250, 12760, 51010], "temperature": 0, "avg_logprob": -0.12784001254296118, "compression_ratio": 1.2518518518518518, "no_speech_prob": 1.7212098066266002e-11}, {"id": 191, "seek": 34476, "start": 357.65999999999997, "end": 360.64, "text": "然后编排的时候就可以指定这个镜像来使用", "tokens": [51010, 26636, 38109, 244, 44647, 49873, 36781, 25922, 12088, 15368, 12373, 250, 12760, 6912, 22982, 9254, 51159], "temperature": 0, "avg_logprob": -0.12784001254296118, "compression_ratio": 1.2518518518518518, "no_speech_prob": 1.7212098066266002e-11}, {"id": 192, "seek": 34476, "start": 360.64, "end": 362.65999999999997, "text": "我这个是在安装完了之后", "tokens": [51159, 1654, 15368, 1541, 3581, 16206, 8083, 227, 41665, 9574, 13547, 51260], "temperature": 0, "avg_logprob": -0.12784001254296118, "compression_ratio": 1.2518518518518518, "no_speech_prob": 1.7212098066266002e-11}, {"id": 193, "seek": 34476, "start": 362.65999999999997, "end": 364.71999999999997, "text": "会自动build的一个默认的镜像", "tokens": [51260, 12949, 9722, 34961, 11516, 1546, 20182, 6173, 246, 7422, 97, 1546, 12373, 250, 12760, 51363], "temperature": 0, "avg_logprob": -0.12784001254296118, "compression_ratio": 1.2518518518518518, "no_speech_prob": 1.7212098066266002e-11}, {"id": 194, "seek": 36472, "start": 364.72, "end": 366.42, "text": "但是你也可以做很多定制化的", "tokens": [50365, 11189, 2166, 47935, 10907, 20778, 12088, 25491, 23756, 1546, 50450], "temperature": 0, "avg_logprob": -0.17831489856426533, "compression_ratio": 1.2591362126245846, "no_speech_prob": 1.5421912011315264e-11}, {"id": 195, "seek": 36472, "start": 366.42, "end": 368.68, "text": "然后桌面板现在也是一定程度可用的", "tokens": [50450, 26636, 162, 5475, 8833, 43664, 25040, 22021, 24272, 29649, 13127, 4429, 9254, 1546, 50563], "temperature": 0, "avg_logprob": -0.17831489856426533, "compression_ratio": 1.2591362126245846, "no_speech_prob": 1.5421912011315264e-11}, {"id": 196, "seek": 36472, "start": 368.68, "end": 372.1, "text": "桌面板有一个manager agent来负责扮演coding agent的这个角色", "tokens": [50563, 162, 5475, 8833, 43664, 2412, 20182, 1601, 3557, 9461, 6912, 18464, 253, 18464, 96, 3416, 106, 31382, 66, 8616, 9461, 1546, 15368, 29389, 17673, 50734], "temperature": 0, "avg_logprob": -0.17831489856426533, "compression_ratio": 1.2591362126245846, "no_speech_prob": 1.5421912011315264e-11}, {"id": 197, "seek": 36472, "start": 372.1, "end": 374.94000000000005, "text": "它可以创建编排也可以接入各种模型", "tokens": [50734, 11284, 6723, 2437, 249, 34157, 38109, 244, 44647, 47935, 14468, 14028, 17516, 39810, 41908, 39823, 50876], "temperature": 0, "avg_logprob": -0.17831489856426533, "compression_ratio": 1.2591362126245846, "no_speech_prob": 1.5421912011315264e-11}, {"id": 198, "seek": 36472, "start": 374.94000000000005, "end": 377.14000000000004, "text": "当然我现在觉得体验比较好的还是codex", "tokens": [50876, 40486, 1654, 25040, 29992, 29485, 49657, 234, 11706, 9830, 225, 20715, 45726, 22332, 87, 50986], "temperature": 0, "avg_logprob": -0.17831489856426533, "compression_ratio": 1.2591362126245846, "no_speech_prob": 1.5421912011315264e-11}, {"id": 199, "seek": 36472, "start": 377.14000000000004, "end": 378.90000000000003, "text": "只要你本机有codex登录", "tokens": [50986, 14003, 4275, 2166, 8802, 37960, 2412, 22332, 87, 25874, 7391, 243, 51074], "temperature": 0, "avg_logprob": -0.17831489856426533, "compression_ratio": 1.2591362126245846, "no_speech_prob": 1.5421912011315264e-11}, {"id": 200, "seek": 36472, "start": 378.90000000000003, "end": 380.24, "text": "它就可以直接可以用", "tokens": [51074, 11284, 36781, 43297, 6723, 9254, 51141], "temperature": 0, "avg_logprob": -0.17831489856426533, "compression_ratio": 1.2591362126245846, "no_speech_prob": 1.5421912011315264e-11}, {"id": 201, "seek": 36472, "start": 380.24, "end": 382.40000000000003, "text": "如果你有小米memo的api key", "tokens": [51141, 13119, 43320, 7322, 27742, 17886, 78, 1546, 35891, 2141, 51249], "temperature": 0, "avg_logprob": -0.17831489856426533, "compression_ratio": 1.2591362126245846, "no_speech_prob": 1.5421912011315264e-11}, {"id": 202, "seek": 36472, "start": 382.40000000000003, "end": 384.1, "text": "你可以用他们家的ASR和tds", "tokens": [51249, 42766, 9254, 47911, 5155, 1546, 3160, 49, 12565, 83, 16063, 51334], "temperature": 0, "avg_logprob": -0.17831489856426533, "compression_ratio": 1.2591362126245846, "no_speech_prob": 1.5421912011315264e-11}, {"id": 203, "seek": 38410, "start": 384.1, "end": 388.46000000000004, "text": "再给manager agent配置一个模型就可以语音控制了", "tokens": [50365, 8623, 23197, 1601, 3557, 9461, 38846, 34719, 20182, 41908, 39823, 36781, 5233, 255, 18034, 48707, 25491, 2289, 50583], "temperature": 0, "avg_logprob": -0.13273315195656993, "compression_ratio": 1.3002915451895043, "no_speech_prob": 1.4345941969085008e-11}, {"id": 204, "seek": 38410, "start": 388.46000000000004, "end": 390.26000000000005, "text": "我原本打算是指指语音的", "tokens": [50583, 1654, 19683, 8802, 12467, 19497, 1541, 25922, 25922, 5233, 255, 18034, 1546, 50673], "temperature": 0, "avg_logprob": -0.13273315195656993, "compression_ratio": 1.3002915451895043, "no_speech_prob": 1.4345941969085008e-11}, {"id": 205, "seek": 38410, "start": 390.26000000000005, "end": 393.14000000000004, "text": "但后来想了想还是加了一个能打字的功能", "tokens": [50673, 8395, 13547, 6912, 7093, 2289, 7093, 45726, 9990, 2289, 20182, 8225, 12467, 22381, 1546, 32311, 8225, 50817], "temperature": 0, "avg_logprob": -0.13273315195656993, "compression_ratio": 1.3002915451895043, "no_speech_prob": 1.4345941969085008e-11}, {"id": 206, "seek": 38410, "start": 393.14000000000004, "end": 396.16, "text": "所以你就算没有ASR没有tds也能用", "tokens": [50817, 7239, 41045, 19497, 17944, 3160, 49, 17944, 83, 16063, 6404, 8225, 9254, 50968], "temperature": 0, "avg_logprob": -0.13273315195656993, "compression_ratio": 1.3002915451895043, "no_speech_prob": 1.4345941969085008e-11}, {"id": 207, "seek": 38410, "start": 396.16, "end": 399.52000000000004, "text": "那前端现在是可以看到每个DAG的流程的", "tokens": [50968, 4184, 8945, 11957, 107, 25040, 1541, 6723, 18032, 23664, 7549, 7509, 38, 1546, 27854, 29649, 1546, 51136], "temperature": 0, "avg_logprob": -0.13273315195656993, "compression_ratio": 1.3002915451895043, "no_speech_prob": 1.4345941969085008e-11}, {"id": 208, "seek": 38410, "start": 399.52000000000004, "end": 401.06, "text": "比较适合你用来调试", "tokens": [51136, 11706, 9830, 225, 2215, 224, 14245, 2166, 9254, 6912, 8897, 225, 5233, 243, 51213], "temperature": 0, "avg_logprob": -0.13273315195656993, "compression_ratio": 1.3002915451895043, "no_speech_prob": 1.4345941969085008e-11}, {"id": 209, "seek": 38410, "start": 401.06, "end": 404.20000000000005, "text": "看着他们运行的行为是否符合你的预期", "tokens": [51213, 4200, 20708, 47911, 3316, 238, 8082, 1546, 8082, 13992, 1541, 45334, 5437, 99, 14245, 18961, 12501, 226, 16786, 51370], "temperature": 0, "avg_logprob": -0.13273315195656993, "compression_ratio": 1.3002915451895043, "no_speech_prob": 1.4345941969085008e-11}, {"id": 210, "seek": 38410, "start": 404.20000000000005, "end": 408.14000000000004, "text": "然后harness现在我不打算做任何harness", "tokens": [51370, 26636, 71, 16937, 25040, 25395, 12467, 19497, 10907, 26443, 11906, 71, 16937, 51567], "temperature": 0, "avg_logprob": -0.13273315195656993, "compression_ratio": 1.3002915451895043, "no_speech_prob": 1.4345941969085008e-11}, {"id": 211, "seek": 38410, "start": 408.14000000000004, "end": 409.24, "text": "我都是用别人的", "tokens": [51567, 1654, 22796, 9254, 18453, 4035, 1546, 51622], "temperature": 0, "avg_logprob": -0.13273315195656993, "compression_ratio": 1.3002915451895043, "no_speech_prob": 1.4345941969085008e-11}, {"id": 212, "seek": 38410, "start": 409.24, "end": 410.6, "text": "现在支持了cloudcode", "tokens": [51622, 25040, 35488, 2289, 44495, 22332, 51690], "temperature": 0, "avg_logprob": -0.13273315195656993, "compression_ratio": 1.3002915451895043, "no_speech_prob": 1.4345941969085008e-11}, {"id": 213, "seek": 38410, "start": 410.6, "end": 412.06, "text": "kimi code以及codex", "tokens": [51690, 74, 10121, 3089, 40282, 22332, 87, 51763], "temperature": 0, "avg_logprob": -0.13273315195656993, "compression_ratio": 1.3002915451895043, "no_speech_prob": 1.4345941969085008e-11}, {"id": 214, "seek": 38410, "start": 412.06, "end": 413.22, "text": "其中cloudcode", "tokens": [51763, 9572, 5975, 44495, 22332, 51821], "temperature": 0, "avg_logprob": -0.13273315195656993, "compression_ratio": 1.3002915451895043, "no_speech_prob": 1.4345941969085008e-11}, {"id": 215, "seek": 41322, "start": 413.22, "end": 415.78000000000003, "text": "kimi code都是可以搭配其他模型使用的", "tokens": [50365, 74, 10121, 3089, 22796, 6723, 22220, 255, 38846, 9572, 5000, 41908, 39823, 22982, 9254, 1546, 50493], "temperature": 0, "avg_logprob": -0.18164629435670968, "compression_ratio": 1.3083109919571045, "no_speech_prob": 1.7227167609101812e-11}, {"id": 216, "seek": 41322, "start": 415.78000000000003, "end": 418.86, "text": "提醒大家在接入codingplan的时候一定要慎重", "tokens": [50493, 20949, 40796, 6868, 3581, 14468, 14028, 66, 8616, 16554, 49873, 48161, 12358, 236, 12624, 50647], "temperature": 0, "avg_logprob": -0.18164629435670968, "compression_ratio": 1.3083109919571045, "no_speech_prob": 1.7227167609101812e-11}, {"id": 217, "seek": 41322, "start": 418.86, "end": 420.90000000000003, "text": "因为有一些厂家的codingplan", "tokens": [50647, 34627, 32241, 13824, 5014, 224, 5155, 1546, 66, 8616, 16554, 50749], "temperature": 0, "avg_logprob": -0.18164629435670968, "compression_ratio": 1.3083109919571045, "no_speech_prob": 1.7227167609101812e-11}, {"id": 218, "seek": 41322, "start": 420.90000000000003, "end": 422.94000000000005, "text": "是不支持其他harness", "tokens": [50749, 1541, 1960, 35488, 9572, 5000, 71, 16937, 50851], "temperature": 0, "avg_logprob": -0.18164629435670968, "compression_ratio": 1.3083109919571045, "no_speech_prob": 1.7227167609101812e-11}, {"id": 219, "seek": 41322, "start": 422.94000000000005, "end": 423.90000000000003, "text": "这种最好不要接", "tokens": [50851, 5562, 39810, 8661, 2131, 11962, 14468, 50899], "temperature": 0, "avg_logprob": -0.18164629435670968, "compression_ratio": 1.3083109919571045, "no_speech_prob": 1.7227167609101812e-11}, {"id": 220, "seek": 41322, "start": 423.90000000000003, "end": 425.5, "text": "否则搞不好会分号", "tokens": [50899, 45334, 2437, 247, 41816, 15769, 12949, 6627, 26987, 50979], "temperature": 0, "avg_logprob": -0.18164629435670968, "compression_ratio": 1.3083109919571045, "no_speech_prob": 1.7227167609101812e-11}, {"id": 221, "seek": 41322, "start": 425.5, "end": 426.70000000000005, "text": "然后还有个好玩的东西", "tokens": [50979, 26636, 35091, 7549, 2131, 19912, 1546, 38409, 16220, 51039], "temperature": 0, "avg_logprob": -0.18164629435670968, "compression_ratio": 1.3083109919571045, "no_speech_prob": 1.7227167609101812e-11}, {"id": 222, "seek": 41322, "start": 426.70000000000005, "end": 428.78000000000003, "text": "就我接入了一个实验性的功能", "tokens": [51039, 3111, 1654, 14468, 14028, 2289, 20182, 24726, 49657, 234, 21686, 1546, 32311, 8225, 51143], "temperature": 0, "avg_logprob": -0.18164629435670968, "compression_ratio": 1.3083109919571045, "no_speech_prob": 1.7227167609101812e-11}, {"id": 223, "seek": 41322, "start": 428.78000000000003, "end": 430.90000000000003, "text": "就是PS5手柄来控制", "tokens": [51143, 5620, 6273, 20, 11389, 17238, 226, 6912, 48707, 25491, 51249], "temperature": 0, "avg_logprob": -0.18164629435670968, "compression_ratio": 1.3083109919571045, "no_speech_prob": 1.7227167609101812e-11}, {"id": 224, "seek": 41322, "start": 430.90000000000003, "end": 432.3, "text": "大家也可以去试试", "tokens": [51249, 6868, 47935, 6734, 5233, 243, 5233, 243, 51319], "temperature": 0, "avg_logprob": -0.18164629435670968, "compression_ratio": 1.3083109919571045, "no_speech_prob": 1.7227167609101812e-11}, {"id": 225, "seek": 41322, "start": 432.3, "end": 433.66, "text": "为什么要做这个功能", "tokens": [51319, 31006, 4275, 10907, 15368, 32311, 8225, 51387], "temperature": 0, "avg_logprob": -0.18164629435670968, "compression_ratio": 1.3083109919571045, "no_speech_prob": 1.7227167609101812e-11}, {"id": 226, "seek": 41322, "start": 433.66, "end": 434.70000000000005, "text": "我也分享一下", "tokens": [51387, 27761, 30855, 8861, 51439], "temperature": 0, "avg_logprob": -0.18164629435670968, "compression_ratio": 1.3083109919571045, "no_speech_prob": 1.7227167609101812e-11}, {"id": 227, "seek": 41322, "start": 434.70000000000005, "end": 436.34000000000003, "text": "这个产品未来的定位", "tokens": [51439, 15368, 1369, 100, 30246, 29954, 6912, 1546, 12088, 11160, 51521], "temperature": 0, "avg_logprob": -0.18164629435670968, "compression_ratio": 1.3083109919571045, "no_speech_prob": 1.7227167609101812e-11}, {"id": 228, "seek": 41322, "start": 436.34000000000003, "end": 439.3, "text": "我是希望能用手机平板电视投影", "tokens": [51521, 15914, 29955, 8225, 9254, 11389, 37960, 16716, 43664, 42182, 40656, 37094, 16820, 51669], "temperature": 0, "avg_logprob": -0.18164629435670968, "compression_ratio": 1.3083109919571045, "no_speech_prob": 1.7227167609101812e-11}, {"id": 229, "seek": 41322, "start": 439.3, "end": 441.02000000000004, "text": "都可以操作的语音agent", "tokens": [51669, 7182, 6723, 13167, 235, 11914, 1546, 5233, 255, 18034, 559, 317, 51755], "temperature": 0, "avg_logprob": -0.18164629435670968, "compression_ratio": 1.3083109919571045, "no_speech_prob": 1.7227167609101812e-11}, {"id": 230, "seek": 41322, "start": 441.02000000000004, "end": 442.22, "text": "就像贾维斯一样", "tokens": [51755, 3111, 12760, 18464, 122, 10115, 112, 30758, 2257, 14496, 51815], "temperature": 0, "avg_logprob": -0.18164629435670968, "compression_ratio": 1.3083109919571045, "no_speech_prob": 1.7227167609101812e-11}, {"id": 231, "seek": 44222, "start": 442.22, "end": 443.78000000000003, "text": "我之前也发过一个视频", "tokens": [50365, 1654, 32442, 6404, 28926, 16866, 20182, 40656, 39752, 50443], "temperature": 0, "avg_logprob": -0.17028709937786235, "compression_ratio": 1.2307692307692308, "no_speech_prob": 2.220287842469304e-11}, {"id": 232, "seek": 44222, "start": 443.78000000000003, "end": 444.78000000000003, "text": "就是我期望的是", "tokens": [50443, 5620, 1654, 16786, 22694, 24620, 50493], "temperature": 0, "avg_logprob": -0.17028709937786235, "compression_ratio": 1.2307692307692308, "no_speech_prob": 2.220287842469304e-11}, {"id": 233, "seek": 44222, "start": 444.78000000000003, "end": 446.98, "text": "场景是带孩子去旅游的时候", "tokens": [50493, 50255, 50218, 1541, 4845, 99, 48989, 6734, 4479, 227, 9592, 116, 49873, 50603], "temperature": 0, "avg_logprob": -0.17028709937786235, "compression_ratio": 1.2307692307692308, "no_speech_prob": 2.220287842469304e-11}, {"id": 234, "seek": 44222, "start": 446.98, "end": 449.90000000000003, "text": "可以用车机加电视盒子来完成一些任务", "tokens": [50603, 6723, 9254, 17819, 99, 37960, 9990, 42182, 40656, 5419, 240, 7626, 6912, 41509, 38515, 26443, 5087, 94, 50749], "temperature": 0, "avg_logprob": -0.17028709937786235, "compression_ratio": 1.2307692307692308, "no_speech_prob": 2.220287842469304e-11}, {"id": 235, "seek": 44222, "start": 449.90000000000003, "end": 451.86, "text": "这个tv版其实我已经做出来", "tokens": [50749, 15368, 24641, 42096, 41646, 1654, 49161, 10907, 44561, 50847], "temperature": 0, "avg_logprob": -0.17028709937786235, "compression_ratio": 1.2307692307692308, "no_speech_prob": 2.220287842469304e-11}, {"id": 236, "seek": 44222, "start": 451.86, "end": 454.06, "text": "但由于dx某版还是不够多", "tokens": [50847, 8395, 23786, 37732, 67, 87, 17238, 238, 42096, 45726, 1960, 1787, 253, 6392, 50957], "temperature": 0, "avg_logprob": -0.17028709937786235, "compression_ratio": 1.2307692307692308, "no_speech_prob": 2.220287842469304e-11}, {"id": 237, "seek": 44222, "start": 454.06, "end": 455.90000000000003, "text": "所以暂时做不了太多任务", "tokens": [50957, 7239, 23826, 224, 15729, 10907, 47225, 9455, 6392, 26443, 5087, 94, 51049], "temperature": 0, "avg_logprob": -0.17028709937786235, "compression_ratio": 1.2307692307692308, "no_speech_prob": 2.220287842469304e-11}, {"id": 238, "seek": 44222, "start": 455.90000000000003, "end": 457.06, "text": "所以我的roadmap", "tokens": [51049, 7239, 14200, 8417, 24223, 51107], "temperature": 0, "avg_logprob": -0.17028709937786235, "compression_ratio": 1.2307692307692308, "no_speech_prob": 2.220287842469304e-11}, {"id": 239, "seek": 44222, "start": 457.06, "end": 459.5, "text": "短期目标还是让它更稳定", "tokens": [51107, 5881, 255, 16786, 11386, 162, 3921, 45726, 33650, 11284, 19002, 10415, 111, 12088, 51229], "temperature": 0, "avg_logprob": -0.17028709937786235, "compression_ratio": 1.2307692307692308, "no_speech_prob": 2.220287842469304e-11}, {"id": 240, "seek": 44222, "start": 459.5, "end": 461.3, "text": "多个操作系统都能跑起来", "tokens": [51229, 6392, 7549, 13167, 235, 11914, 25368, 10115, 253, 7182, 8225, 32585, 9147, 6912, 51319], "temperature": 0, "avg_logprob": -0.17028709937786235, "compression_ratio": 1.2307692307692308, "no_speech_prob": 2.220287842469304e-11}, {"id": 241, "seek": 44222, "start": 461.3, "end": 463.78000000000003, "text": "让新手朋友能无障碍的使用桌面板", "tokens": [51319, 33650, 12560, 11389, 19828, 8225, 31364, 10673, 250, 16337, 235, 1546, 22982, 9254, 162, 5475, 8833, 43664, 51443], "temperature": 0, "avg_logprob": -0.17028709937786235, "compression_ratio": 1.2307692307692308, "no_speech_prob": 2.220287842469304e-11}, {"id": 242, "seek": 46378, "start": 463.78, "end": 466.34, "text": "同时把这个manager agent的skill不断优化", "tokens": [50365, 13089, 15729, 16075, 15368, 1601, 3557, 9461, 1546, 5161, 373, 1960, 4307, 255, 7384, 246, 23756, 50493], "temperature": 0, "avg_logprob": -0.21055927611233896, "compression_ratio": 1.128099173553719, "no_speech_prob": 1.5196184588450734e-11}, {"id": 243, "seek": 46378, "start": 466.34, "end": 469.34, "text": "让他能够当一个值得信赖的助手", "tokens": [50493, 33650, 5000, 8225, 1787, 253, 16233, 20182, 40242, 5916, 17665, 5266, 244, 1546, 37618, 11389, 50643], "temperature": 0, "avg_logprob": -0.21055927611233896, "compression_ratio": 1.128099173553719, "no_speech_prob": 1.5196184588450734e-11}, {"id": 244, "seek": 46378, "start": 469.34, "end": 470.53999999999996, "text": "我的中期目标", "tokens": [50643, 14200, 5975, 16786, 11386, 162, 3921, 50703], "temperature": 0, "avg_logprob": -0.21055927611233896, "compression_ratio": 1.128099173553719, "no_speech_prob": 1.5196184588450734e-11}, {"id": 245, "seek": 46378, "start": 470.53999999999996, "end": 473.41999999999996, "text": "我会着重放在生成式UI和编排模板", "tokens": [50703, 1654, 12949, 20708, 12624, 12744, 3581, 8244, 11336, 27584, 46324, 12565, 38109, 244, 44647, 41908, 43664, 50847], "temperature": 0, "avg_logprob": -0.21055927611233896, "compression_ratio": 1.128099173553719, "no_speech_prob": 1.5196184588450734e-11}, {"id": 246, "seek": 46378, "start": 473.41999999999996, "end": 474.94, "text": "和编排skill的优化上", "tokens": [50847, 12565, 38109, 244, 44647, 5161, 373, 1546, 7384, 246, 23756, 5708, 50923], "temperature": 0, "avg_logprob": -0.21055927611233896, "compression_ratio": 1.128099173553719, "no_speech_prob": 1.5196184588450734e-11}, {"id": 247, "seek": 46378, "start": 474.94, "end": 476.14, "text": "我自己的观点是这样", "tokens": [50923, 1654, 17645, 1546, 42350, 12579, 1541, 21209, 50983], "temperature": 0, "avg_logprob": -0.21055927611233896, "compression_ratio": 1.128099173553719, "no_speech_prob": 1.5196184588450734e-11}, {"id": 248, "seek": 46378, "start": 476.14, "end": 477.34, "text": "人的带宽是有限的", "tokens": [50983, 4035, 1546, 4845, 99, 2415, 121, 1541, 2412, 43446, 1546, 51043], "temperature": 0, "avg_logprob": -0.21055927611233896, "compression_ratio": 1.128099173553719, "no_speech_prob": 1.5196184588450734e-11}, {"id": 249, "seek": 46378, "start": 477.34, "end": 480.34, "text": "人应该和更容易看得懂的UI来交互", "tokens": [51043, 4035, 44297, 44646, 12565, 19002, 49212, 4200, 5916, 29624, 1546, 46324, 6912, 28455, 1369, 240, 51193], "temperature": 0, "avg_logprob": -0.21055927611233896, "compression_ratio": 1.128099173553719, "no_speech_prob": 1.5196184588450734e-11}, {"id": 250, "seek": 48034, "start": 480.34, "end": 484.78, "text": "同时后台跑的应该是更加复杂的编排逻辑", "tokens": [50365, 13089, 15729, 13547, 15433, 32585, 1546, 44297, 44646, 1541, 19002, 9990, 1787, 235, 4422, 224, 1546, 38109, 244, 44647, 2215, 119, 9830, 239, 50587], "temperature": 0, "avg_logprob": -0.10238567151521381, "compression_ratio": 1.3089887640449438, "no_speech_prob": 1.7026607554426754e-11}, {"id": 251, "seek": 48034, "start": 484.78, "end": 486.65999999999997, "text": "人不应该去了解底层的细节", "tokens": [50587, 4035, 1960, 44297, 44646, 45190, 17278, 22816, 9636, 224, 1546, 10115, 228, 45161, 50681], "temperature": 0, "avg_logprob": -0.10238567151521381, "compression_ratio": 1.3089887640449438, "no_speech_prob": 1.7026607554426754e-11}, {"id": 252, "seek": 48034, "start": 486.65999999999997, "end": 488.34, "text": "只是在关键的节点", "tokens": [50681, 36859, 3581, 28053, 23049, 106, 1546, 45161, 12579, 50765], "temperature": 0, "avg_logprob": -0.10238567151521381, "compression_ratio": 1.3089887640449438, "no_speech_prob": 1.7026607554426754e-11}, {"id": 253, "seek": 48034, "start": 488.34, "end": 490.46, "text": "通过生成式的动态UI面板", "tokens": [50765, 19550, 16866, 8244, 11336, 27584, 1546, 34961, 3757, 223, 46324, 8833, 43664, 50871], "temperature": 0, "avg_logprob": -0.10238567151521381, "compression_ratio": 1.3089887640449438, "no_speech_prob": 1.7026607554426754e-11}, {"id": 254, "seek": 48034, "start": 490.46, "end": 492.62, "text": "来了解每个阶段的进度就好", "tokens": [50871, 34912, 17278, 23664, 7549, 10034, 114, 28427, 1546, 36700, 13127, 3111, 2131, 50979], "temperature": 0, "avg_logprob": -0.10238567151521381, "compression_ratio": 1.3089887640449438, "no_speech_prob": 1.7026607554426754e-11}, {"id": 255, "seek": 48034, "start": 492.62, "end": 494.73999999999995, "text": "长期目标我希望它能稳定", "tokens": [50979, 32271, 16786, 11386, 162, 3921, 1654, 29955, 11284, 8225, 10415, 111, 12088, 51085], "temperature": 0, "avg_logprob": -0.10238567151521381, "compression_ratio": 1.3089887640449438, "no_speech_prob": 1.7026607554426754e-11}, {"id": 256, "seek": 48034, "start": 494.73999999999995, "end": 496.21999999999997, "text": "跑在家庭的数据中心里", "tokens": [51085, 32585, 3581, 5155, 6346, 255, 1546, 33188, 26075, 106, 5975, 7945, 15759, 51159], "temperature": 0, "avg_logprob": -0.10238567151521381, "compression_ratio": 1.3089887640449438, "no_speech_prob": 1.7026607554426754e-11}, {"id": 257, "seek": 48034, "start": 496.21999999999997, "end": 497.17999999999995, "text": "或者说NAS里", "tokens": [51159, 31148, 8090, 45, 3160, 15759, 51207], "temperature": 0, "avg_logprob": -0.10238567151521381, "compression_ratio": 1.3089887640449438, "no_speech_prob": 1.7026607554426754e-11}, {"id": 258, "seek": 48034, "start": 497.17999999999995, "end": 498.53999999999996, "text": "现在有个趋势", "tokens": [51207, 25040, 2412, 7549, 9759, 233, 5087, 123, 51275], "temperature": 0, "avg_logprob": -0.10238567151521381, "compression_ratio": 1.3089887640449438, "no_speech_prob": 1.7026607554426754e-11}, {"id": 259, "seek": 48034, "start": 498.53999999999996, "end": 500.82, "text": "NAS的计算性能在不断的增长", "tokens": [51275, 45, 3160, 1546, 7422, 94, 19497, 21686, 8225, 3581, 1960, 4307, 255, 1546, 24228, 252, 32271, 51389], "temperature": 0, "avg_logprob": -0.10238567151521381, "compression_ratio": 1.3089887640449438, "no_speech_prob": 1.7026607554426754e-11}, {"id": 260, "seek": 48034, "start": 500.82, "end": 503.82, "text": "他们现在已经不单纯是管理存储的角色", "tokens": [51389, 47911, 25040, 49161, 1960, 47446, 16853, 107, 1541, 23131, 13876, 39781, 11518, 101, 1546, 29389, 17673, 51539], "temperature": 0, "avg_logprob": -0.10238567151521381, "compression_ratio": 1.3089887640449438, "no_speech_prob": 1.7026607554426754e-11}, {"id": 261, "seek": 48034, "start": 503.82, "end": 506.82, "text": "我觉得他们未来很有可能就成为agent的载体", "tokens": [51539, 45681, 47911, 29954, 6912, 49295, 16657, 3111, 11336, 13992, 559, 317, 1546, 17819, 121, 29485, 51689], "temperature": 0, "avg_logprob": -0.10238567151521381, "compression_ratio": 1.3089887640449438, "no_speech_prob": 1.7026607554426754e-11}, {"id": 262, "seek": 48034, "start": 506.82, "end": 509.09999999999997, "text": "我自己家里其实已经是这个样子了", "tokens": [51689, 1654, 17645, 5155, 15759, 41646, 49161, 1541, 15368, 14496, 7626, 2289, 51803], "temperature": 0, "avg_logprob": -0.10238567151521381, "compression_ratio": 1.3089887640449438, "no_speech_prob": 1.7026607554426754e-11}, {"id": 263, "seek": 50910, "start": 509.1, "end": 511.14000000000004, "text": "Home Bill现在住在我的一台", "tokens": [50365, 47974, 5477, 25040, 21632, 3581, 14200, 2257, 15433, 50467], "temperature": 0, "avg_logprob": -0.17925966094812582, "compression_ratio": 1.2655086848635235, "no_speech_prob": 1.4523509131447732e-11}, {"id": 264, "seek": 50910, "start": 511.14000000000004, "end": 513.86, "text": "256内存96G显存的非纽NAS里", "tokens": [50467, 6074, 21, 34742, 39781, 22962, 38, 1431, 122, 39781, 1546, 12107, 16853, 121, 45, 3160, 15759, 50603], "temperature": 0, "avg_logprob": -0.17925966094812582, "compression_ratio": 1.2655086848635235, "no_speech_prob": 1.4523509131447732e-11}, {"id": 265, "seek": 50910, "start": 513.86, "end": 516.1, "text": "我平时用投影加手柄去控制它", "tokens": [50603, 1654, 16716, 15729, 9254, 37094, 16820, 9990, 11389, 17238, 226, 6734, 48707, 25491, 11284, 50715], "temperature": 0, "avg_logprob": -0.17925966094812582, "compression_ratio": 1.2655086848635235, "no_speech_prob": 1.4523509131447732e-11}, {"id": 266, "seek": 50910, "start": 516.1, "end": 518.9, "text": "它可以操作海量的agent能来完成任务", "tokens": [50715, 11284, 6723, 13167, 235, 11914, 20078, 26748, 1546, 559, 317, 8225, 6912, 41509, 26443, 5087, 94, 50855], "temperature": 0, "avg_logprob": -0.17925966094812582, "compression_ratio": 1.2655086848635235, "no_speech_prob": 1.4523509131447732e-11}, {"id": 267, "seek": 50910, "start": 518.9, "end": 521.82, "text": "我认为这就是未来家庭使用AI的画面", "tokens": [50855, 1654, 7422, 97, 13992, 5562, 5620, 29954, 6912, 5155, 6346, 255, 22982, 9254, 48698, 1546, 27126, 8833, 51001], "temperature": 0, "avg_logprob": -0.17925966094812582, "compression_ratio": 1.2655086848635235, "no_speech_prob": 1.4523509131447732e-11}, {"id": 268, "seek": 50910, "start": 521.82, "end": 523.86, "text": "所以我会一直朝着这个目标", "tokens": [51001, 7239, 1654, 12949, 34448, 46610, 20708, 15368, 11386, 162, 3921, 51103], "temperature": 0, "avg_logprob": -0.17925966094812582, "compression_ratio": 1.2655086848635235, "no_speech_prob": 1.4523509131447732e-11}, {"id": 269, "seek": 50910, "start": 523.86, "end": 525.86, "text": "补权所有需要的模块", "tokens": [51103, 9890, 98, 4422, 225, 39300, 35748, 1546, 41908, 47734, 51203], "temperature": 0, "avg_logprob": -0.17925966094812582, "compression_ratio": 1.2655086848635235, "no_speech_prob": 1.4523509131447732e-11}, {"id": 270, "seek": 50910, "start": 525.86, "end": 526.78, "text": "当然看到这里", "tokens": [51203, 40486, 18032, 35102, 51249], "temperature": 0, "avg_logprob": -0.17925966094812582, "compression_ratio": 1.2655086848635235, "no_speech_prob": 1.4523509131447732e-11}, {"id": 271, "seek": 50910, "start": 526.78, "end": 529.02, "text": "可能大部分朋友还是没有办法把它用起来", "tokens": [51249, 16657, 3582, 32174, 19828, 45726, 17944, 39453, 11148, 42061, 9254, 9147, 6912, 51361], "temperature": 0, "avg_logprob": -0.17925966094812582, "compression_ratio": 1.2655086848635235, "no_speech_prob": 1.4523509131447732e-11}, {"id": 272, "seek": 50910, "start": 529.02, "end": 530.86, "text": "我后面还会围绕着如何使用它", "tokens": [51361, 1654, 13547, 8833, 14852, 12949, 3919, 112, 10115, 243, 20708, 43526, 22982, 9254, 11284, 51453], "temperature": 0, "avg_logprob": -0.17925966094812582, "compression_ratio": 1.2655086848635235, "no_speech_prob": 1.4523509131447732e-11}, {"id": 273, "seek": 50910, "start": 530.86, "end": 531.74, "text": "初一系列内容", "tokens": [51453, 28727, 2257, 25368, 43338, 34742, 25750, 51497], "temperature": 0, "avg_logprob": -0.17925966094812582, "compression_ratio": 1.2655086848635235, "no_speech_prob": 1.4523509131447732e-11}, {"id": 274, "seek": 50910, "start": 531.74, "end": 533.1, "text": "包括如何接入模型", "tokens": [51497, 41828, 43526, 14468, 14028, 41908, 39823, 51565], "temperature": 0, "avg_logprob": -0.17925966094812582, "compression_ratio": 1.2655086848635235, "no_speech_prob": 1.4523509131447732e-11}, {"id": 275, "seek": 50910, "start": 533.1, "end": 534.5400000000001, "text": "如何接入skill", "tokens": [51565, 43526, 14468, 14028, 5161, 373, 51637], "temperature": 0, "avg_logprob": -0.17925966094812582, "compression_ratio": 1.2655086848635235, "no_speech_prob": 1.4523509131447732e-11}, {"id": 276, "seek": 50910, "start": 534.5400000000001, "end": 535.6600000000001, "text": "如何调试编排", "tokens": [51637, 43526, 8897, 225, 5233, 243, 38109, 244, 44647, 51693], "temperature": 0, "avg_logprob": -0.17925966094812582, "compression_ratio": 1.2655086848635235, "no_speech_prob": 1.4523509131447732e-11}, {"id": 277, "seek": 50910, "start": 535.6600000000001, "end": 537.58, "text": "大家再多给我一点时间吧", "tokens": [51693, 6868, 8623, 6392, 49076, 49042, 44848, 6062, 51789], "temperature": 0, "avg_logprob": -0.17925966094812582, "compression_ratio": 1.2655086848635235, "no_speech_prob": 1.4523509131447732e-11}, {"id": 278, "seek": 50910, "start": 537.58, "end": 539.0600000000001, "text": "太多内容需要去说了", "tokens": [51789, 9455, 6392, 34742, 25750, 35748, 6734, 8090, 2289, 51863], "temperature": 0, "avg_logprob": -0.17925966094812582, "compression_ratio": 1.2655086848635235, "no_speech_prob": 1.4523509131447732e-11}, {"id": 279, "seek": 53906, "start": 539.06, "end": 539.9, "text": "需要去准备了", "tokens": [50365, 35748, 6734, 6336, 228, 1787, 229, 2289, 50407], "temperature": 0, "avg_logprob": -0.11965001070940937, "compression_ratio": 1.3109243697478992, "no_speech_prob": 1.74124169943779e-11}, {"id": 280, "seek": 53906, "start": 539.9, "end": 543.26, "text": "那最后如果能看到这里的朋友都是铁粉了", "tokens": [50407, 4184, 8661, 13547, 13119, 8225, 18032, 35102, 1546, 19828, 22796, 165, 241, 223, 32993, 2289, 50575], "temperature": 0, "avg_logprob": -0.11965001070940937, "compression_ratio": 1.3109243697478992, "no_speech_prob": 1.74124169943779e-11}, {"id": 281, "seek": 53906, "start": 543.26, "end": 544.9399999999999, "text": "如果你们也能跑起来", "tokens": [50575, 13119, 29806, 6404, 8225, 32585, 9147, 6912, 50659], "temperature": 0, "avg_logprob": -0.11965001070940937, "compression_ratio": 1.3109243697478992, "no_speech_prob": 1.74124169943779e-11}, {"id": 282, "seek": 53906, "start": 544.9399999999999, "end": 546.8599999999999, "text": "那你们就悄悄玩就好", "tokens": [50659, 4184, 29806, 3111, 14696, 226, 14696, 226, 19912, 3111, 2131, 50755], "temperature": 0, "avg_logprob": -0.11965001070940937, "compression_ratio": 1.3109243697478992, "no_speech_prob": 1.74124169943779e-11}, {"id": 283, "seek": 53906, "start": 546.8599999999999, "end": 550.4599999999999, "text": "我还是需要更多的时间来好好完成我这个短中期的目标", "tokens": [50755, 1654, 45726, 35748, 19002, 6392, 1546, 44848, 6912, 30164, 41509, 1654, 15368, 5881, 255, 5975, 16786, 1546, 11386, 162, 3921, 50935], "temperature": 0, "avg_logprob": -0.11965001070940937, "compression_ratio": 1.3109243697478992, "no_speech_prob": 1.74124169943779e-11}, {"id": 284, "seek": 53906, "start": 550.4599999999999, "end": 550.9799999999999, "text": "那好了", "tokens": [50935, 4184, 12621, 50961], "temperature": 0, "avg_logprob": -0.11965001070940937, "compression_ratio": 1.3109243697478992, "no_speech_prob": 1.74124169943779e-11}, {"id": 285, "seek": 53906, "start": 550.9799999999999, "end": 554.26, "text": "希望这个开源和未来的系列你们都会喜欢吧", "tokens": [50961, 29955, 15368, 18937, 47402, 12565, 29954, 6912, 1546, 25368, 43338, 29806, 7182, 12949, 41606, 6062, 51125], "temperature": 0, "avg_logprob": -0.11965001070940937, "compression_ratio": 1.3109243697478992, "no_speech_prob": 1.74124169943779e-11}, {"id": 286, "seek": 53906, "start": 554.26, "end": 555.8199999999999, "text": "以上就是本期全部内容了", "tokens": [51125, 29497, 5620, 8802, 16786, 38714, 34742, 25750, 2289, 51203], "temperature": 0, "avg_logprob": -0.11965001070940937, "compression_ratio": 1.3109243697478992, "no_speech_prob": 1.74124169943779e-11}, {"id": 287, "seek": 53906, "start": 555.8199999999999, "end": 556.6199999999999, "text": "我们下期见", "tokens": [51203, 15003, 4438, 16786, 23813, 51243], "temperature": 0, "avg_logprob": -0.11965001070940937, "compression_ratio": 1.3109243697478992, "no_speech_prob": 1.74124169943779e-11}, {"id": 288, "seek": 55662, "start": 556.62, "end": 557.62, "text": "我会不会再来的", "tokens": [50365, 1654, 12949, 47928, 8623, 6912, 1546, 50415], "temperature": 0, "avg_logprob": -0.8947403366501266, "compression_ratio": 5.7272727272727275, "no_speech_prob": 3.876178822359577e-10}, {"id": 289, "seek": 55662, "start": 557.62, "end": 557.62, "text": "", "tokens": [], "temperature": 0, "avg_logprob": -0.8947403366501266, "compression_ratio": 5.7272727272727275, "no_speech_prob": 3.876178822359577e-10, "words": []}, {"id": 290, "seek": 55662, "start": 557.62, "end": 558.42, "text": "我会不会再来的", "tokens": [50415, 1654, 12949, 47928, 8623, 6912, 1546, 50455], "temperature": 0, "avg_logprob": -0.8947403366501266, "compression_ratio": 5.7272727272727275, "no_speech_prob": 3.876178822359577e-10}, {"id": 291, "seek": 55662, "start": 558.42, "end": 558.74, "text": "我会不会再来的", "tokens": [50455, 1654, 12949, 47928, 8623, 6912, 1546, 50471], "temperature": 0, "avg_logprob": -0.8947403366501266, "compression_ratio": 5.7272727272727275, "no_speech_prob": 3.876178822359577e-10}, {"id": 292, "seek": 55662, "start": 558.74, "end": 559.5, "text": "我会不会再来的", "tokens": [50471, 1654, 12949, 47928, 8623, 6912, 1546, 50509], "temperature": 0, "avg_logprob": -0.8947403366501266, "compression_ratio": 5.7272727272727275, "no_speech_prob": 3.876178822359577e-10}, {"id": 293, "seek": 55662, "start": 559.5, "end": 559.82, "text": "我会不会再来的", "tokens": [50509, 1654, 12949, 47928, 8623, 6912, 1546, 50525], "temperature": 0, "avg_logprob": -0.8947403366501266, "compression_ratio": 5.7272727272727275, "no_speech_prob": 3.876178822359577e-10}, {"id": 294, "seek": 55662, "start": 559.82, "end": 560.46, "text": "我会不会再来的", "tokens": [50525, 1654, 12949, 47928, 8623, 6912, 1546, 50557], "temperature": 0, "avg_logprob": -0.8947403366501266, "compression_ratio": 5.7272727272727275, "no_speech_prob": 3.876178822359577e-10}, {"id": 295, "seek": 55662, "start": 560.46, "end": 560.82, "text": "我会不会再来的", "tokens": [50557, 1654, 12949, 47928, 8623, 6912, 1546, 50575], "temperature": 0, "avg_logprob": -0.8947403366501266, "compression_ratio": 5.7272727272727275, "no_speech_prob": 3.876178822359577e-10}, {"id": 296, "seek": 55662, "start": 560.82, "end": 561.38, "text": "我会不会再来的", "tokens": [50575, 1654, 12949, 47928, 8623, 6912, 1546, 50603], "temperature": 0, "avg_logprob": -0.8947403366501266, "compression_ratio": 5.7272727272727275, "no_speech_prob": 3.876178822359577e-10}], "language": "zh"}