LinuxDo 新帖推送
193 subscribers
255K photos
319K links
Download Telegram
标题: 有没有佬能推荐一个 控制电脑的智能体 gui-agent 想拿来做rpa
作者: #lamb
板块: #开发调优
编号: 1450310
帖子: https://linux.do/t/topic/1450310
时间: 2026-01-14 22:44:27
摘要:
有没有佬能推荐一个 好用的控制电脑的智能体 想拿来做rpa
标题: 大家的allinone都部署了什么?
作者: #opus
板块: #开发调优
编号: 1450311
帖子: https://linux.do/t/topic/1450311
时间: 2026-01-14 22:44:34
摘要:
我就部署了vaultwarden、uptime-kuma、gitea、ddns
感觉拿树莓派搞搞都够了
标题: 专注医疗开源模型的OpenMed,一口气上了30余个新模型
作者: #josenlou
板块: #前沿快讯
编号: 1450312
帖子: https://linux.do/t/topic/1450312
时间: 2026-01-14 22:44:41
摘要:
专注医疗开源模型的OpenMed,一口气上了30余个新模型

OpenMed是专注在医疗模型的组织
主打的是本地开源
今天他们在HF一次性上了30多个新模型
模型效果如下

基底是NV专注隐私保护的模型-Nemotron-PII

有兴趣了解的朋友可以看看



huggingface.co





PII & De-Identification - a OpenMed Collection

Models for extracting PII entities and de-identifying clinical text, with support for HIPAA and GDPR compliance.
标题: 求助呆佬公益站的使用问题
作者: #Gaius
板块: #搞七捻三
编号: 1450316
帖子: https://linux.do/t/topic/1450316
时间: 2026-01-14 22:46:25
摘要:
(话题已被作者删除)
标题: 已经浪费了 14 个月的天翼云电脑了,感觉亏麻了
作者: #z
板块: #开发调优
编号: 1450320
帖子: https://linux.do/t/topic/1450320
时间: 2026-01-14 22:48:43
摘要:
手机套餐送的云电脑一直没使用,感觉亏麻了
标题: openai正在开发可穿戴设备 Sweetpea 『转』
作者: #stevessr
板块: #前沿快讯
编号: 1450335
帖子: https://linux.do/t/topic/1450335
时间: 2026-01-14 22:52:10
摘要:
linkedin.com





#openai #jonyive #sweetpea #aihardware #voicecomputing #wearables #personalai...

According to several sources, OpenAI is preparing a hardware project called "Sweetpea" rumored for launch this September.

Developed in collaboration with Jony Ive's team, this device represents a paradigm shift from traditional audio wearables.
The...











https://hypebeast.com/2026/1/openai-sweetpea-chatgpt-earbuds-target-apple-airpods

[!quote]+
据报道,OpenAI 和 Jony Ive 的 IO 硬件团队正在将他们的“物理 AI”愿景转化为 Sweetpea,一款雄心勃勃的 ChatGPT 驱动的耳罩设备,定位为 AirPods 的直接挑战者
泄露消息描述 Sweetpea 是一款内置于耳后设计的系统,配备类似药丸的模块、金属蛋形主体,以及 2 纳米智能手机级芯片和定制硅片,可通过 Siri 触发 iPhone
据传这款耳机将成为与富士康更广泛 OpenAI 硬件路线图的重点,标志着将 ChatGPT 从屏幕转向常驻可穿戴设备的重大推动
Sweetpea 泄露事件也与 Sam Altman 和 Jony Ive 自从 OpenAI 以数十亿美元收购 io 以来一直在构思的更大硬件故事相呼应。在他们的联合信中,他们描述了“一系列设备,让人们能够利用人工智能创造各种奇妙的东西”。据报道,富士康被选中开发多款 OpenAI 产品,预计 Swe
标题: opencode+CLI ProxyAPI报错
作者: #Yimo
板块: #开发调优
编号: 1450337
帖子: https://linux.do/t/topic/1450337
时间: 2026-01-14 22:52:26
摘要:
报错信息:ref ‘QuestionOption’ was set alongside unsupported fields. If a schema node has ***.ref set, then only description and default can be set alongside it; other fields they would be replaced by the expanded reference. 或者是:Invalid JSON payload received. Unknown name “ref” at ‘tools[0].function_declarations[0].***.properties[0].***.***.properties[2].***.items’: Cannot find field。request id: b27xxxxx
使用的是公益站里面的gemini-3-flash-preview 和 gemini-3-pro-preview。我试了很多次,也换了好几个公益站,但用这两个模型的时候都始终报错,用gpt 5.2这些模型不会报错。求助佬解决问题,目前使用的是windows。
标题: Codex里面的上下文压缩是模型的能力还是说cli对应的方法呢
作者: #lizzeight
板块: #搞七捻三
编号: 1450339
帖子: https://linux.do/t/topic/1450339
时间: 2026-01-14 22:53:40
摘要:
如果是模型的能力,那就是转接到droid和opencode里面也有同样效果呢?有大佬知道5.2在droid、opencode还有codexcli中哪个会更好用吗
标题: opencode 使用 sub2api 等 claude max 中转报only authorized for use with Claude Code 的解决办法
作者: #J3n5en
板块: #开发调优
编号: 1450342
帖子: https://linux.do/t/topic/1450342
时间: 2026-01-14 22:54:28
摘要:
实际上是因为 opencode-anthropic-auth 插件,只针对 oauth 登录做了特殊处理(因为正常的 claude code max 就是 oauth 登录)。api 类型的话没做。
官方大概率是不会处理了,因为会影响正常的 api 用户(非 claude code max 中转)
这里提供一个 workaround
git clone https://github.com/J3n5en/opencode-anthropic-auth
cd opencode-anthropic-auth
bun i

然后修改 opencode.json
{
"plugin": [
"file:///path/to/opencode-anthropic-auth/index.mjs"
],
"provider": {
"anthropic": {
"options": {
"baseURL": "xxxxxx/v1"
}
}
},
"$schema": "https://opencode.ai/config.json"
}

最后使用opencode auth login 选择 Anthropic 选择 Manually enter API Key 填入你的 key 即可
标题: 如果做一个 ai,以什么为底好,我自己纯vibe了一天搞了个,但感觉还是从一个基础开始做比较好,现在我需要一点一点糊
作者: #justindoit
板块: #开发调优
编号: 1450345
帖子: https://linux.do/t/topic/1450345
时间: 2026-01-14 22:54:57
摘要:
AI GUI (Mona) 项目总结
项目定位
Mona 是一个基于 Tauri v2 + React + Rust 构建的高性能 AI 代码助手桌面应用。

核心理念:不做编辑器,只做执行力最强的代码助手——从"对话"到"执行"的零延迟闭环。


技术栈




层级
技术
说明




前端
React 19 + TypeScript + Vite 7
现代化 UI 框架


后端
Rust + Tauri v2
高性能本地执行引擎


数据库
SQLite (tauri-plugin-sql)
本地消息历史持久化


UI 组件
Lucide Icons, react-markdown, react-syntax-highlighter
精美的交互体验


HTTP
Reqwest (流式请求)
支持 OpenAI/Anthropic 兼容 API




核心功能集成
1. 11 个本地工具 (Tools)




工具名
功能









exec_command





执行 Shell 命令,支持实时流式输出








read_file

/
read_file_lines





读取文件全文或指定行








write_file





创建新文件








patch_file





增量修改代码 (SEARCH/REPLACE 模式)








get_directory_tree





获取项目目录结构






grep_search /
search_files
高性能文本搜索 (优先使用 ripgrep)


search_symbols
快速符号定位 (函数名、类名)









codebase_search





轻量级 RAG 语义检索








get_code_skeleton





提取文件代码骨架 (方法/类定义)








detect_project_type





检测项目类型








verify_p
标题: 5块内,求一个genimi sheerid 代认证
作者: #leo_code_6666
板块: #搞七捻三
编号: 1450346
帖子: https://linux.do/t/topic/1450346
时间: 2026-01-14 22:54:59
摘要:
如题,私我吧,我凑凑凑…
标题: 在哪看积分额度,一枚新人
作者: #xingkai_hu
板块: #资源荟萃
编号: 1450360
帖子: https://linux.do/t/topic/1450360
时间: 2026-01-14 22:59:56
摘要:
刚进来的新人,我为什么看不到积分在哪里,大佬们帮忙指导下
标题: Apple TV 4k 第一代能做旁路网关吗?
作者: #zennoposter
板块: #搞七捻三
编号: 1450369
帖子: https://linux.do/t/topic/1450369
时间: 2026-01-14 23:01:45
摘要:
家里有个最早的Apple TV 4k,就是遥控器带重力感应的那款,装了代理app之后,其他设备设置atv为网关后并不能上网,这是为啥?我现在用第三代ATV是可以的。
Gemini告诉我可以,但是两台ATV所有设置都一样,网关如果指向第一代就连不上网
标题: 微软官网又boom了?
作者: #慵懒乖猫233
板块: #搞七捻三
编号: 1450376
帖子: https://linux.do/t/topic/1450376
时间: 2026-01-14 23:03:53
摘要:
Thank you for your patience
We are currently experiencing high demand. Please wait and try again later.
不开代理也是,全球都高负载吗
标题: google的学生认证现在怎么过?
作者: #leecardo
板块: #开发调优
编号: 1450378
帖子: https://linux.do/t/topic/1450378
时间: 2026-01-14 23:05:00
摘要:
u佬的1key现在要收费,但是进爱发电发现付费也买不了key啊  还有别的途径吗?好不容易刷出一个有资格的号