linux.do
21.1K subscribers
117K photos
195 videos
115 files
250K links
linux.do最新话题和热议话题
Download Telegram
anyrouter 成功接入 openclaw

搜了一圈没发现教程,总结了一个可以直接发送给 openclaw 的版本。直接把下面这一段发送给 openclaw 就配置成功了,记得换成自己的密钥。

我的 Anyrouter 的密钥是 sk-xxx,在配置中添加 Anyrouter 提供商和模型。

连通性测试:先访问 https://anyrouter.top/v1/models,如果获得 json 返回则说明网络联通,使用 https://anyrouter.top 作为 baseUrl;否则使用中国大陆的镜像地址 https://a-ocnfniawgw.cn-shanghai.fcapp.run 作为 baseUrl。

在 ~/.openclaw/openclaw.json 中添加如下配置:
{
"models": {
"providers": {
"anyrouter": {
"baseUrl": "https://a-ocnfniawgw.cn-shanghai.fcapp.run",
"apiKey": "sk-xxx",
"api": "anthropic-messages",
"models": [
{
"id": "claude-opus-4-5-20251101",
"name": "Claude Opus 4.5",
"reasoning": true,
"input": ["text", "image"],
"cost": { "input": 0, "output": 0, "cacheRead": 0, "cacheWrite": 0 },
"contextWindow": 200000,
"maxTokens": 8192
}
]
},
},
},
"agents": {
"defaults": {
"model": { "primary": "anyrouter/claude-opus-4-5-20251101" },
},
},
}

5 posts - 5 participants

Read full topic

via LINUX DO - 最新话题 (author: adm9856)
你们 CPA遇到 Codex 授权全部失效的情况了吗?

现在所有的 codex授权全部失效,重新授权则提示:认证失败: Failed to exchange authorization code for tokens,反重力的授权没问题.

我是老镜像,我以为镜像问题,我更新到了最新版本v6.7.53的镜像,问题依旧.

看看有没有佬遇到相同的情况.

3 posts - 2 participants

Read full topic

via LINUX DO - 最新话题 (author: 墨菲)
佬们的Claude Windows的客户端会这样吗?科学已开

1 post - 1 participant

Read full topic

via LINUX DO - 最新话题 (author: 本本本添哥)

Invalid media: image
又加活 可恶的单位 看起来还是长期的 继续运动202626

感觉现在单位领导脑袋里都是浆糊
做事就是面多了加水
水多了加面
本质就是领导老跨区轮换
导致根本不清楚本地区特色
不知道咋因地制宜
.
30慢跑
20臂力器
10拉韧带
20俯卧撑
10推小车
仰卧交替脚跟接触12个✖️4组
仰卧屈膝举腿30秒✖️5组
仰卧卷腹15个✖️4组
仰卧屈膝卷腹15个✖️6组

1 post - 1 participant

Read full topic

via LINUX DO - 最新话题 (author: 𝓵𝓮𝔃𝓲𝓼𝓱𝓮𝓷)
使用newapi搭建自用的api中转,问题咨询

申请了nvidia的api key,他好多模型都是免费的,搭建了new api,添加渠道时候,填的地址https://integrate.api.nvidia.com,api key也填写了,但是测试的时候,提示“错误:模型 : bad response status code 404, body: 404 page not found”,这个是什么问题

5 posts - 4 participants

Read full topic

via LINUX DO - 最新话题 (author: myfree)
求助佬友,本地Agent用哪个模型好

电脑配置:13490F+RTX5060ti 16G
已测试:glm-4.7-flash:q4_K_M,不会回复,不知为啥

1 post - 1 participant

Read full topic

via LINUX DO - 最新话题 (author: 刘嘉程)

Invalid media: image
github.com

GitHub - anthropics/claudes-c-compiler: Claude Opus 4.6 wrote a dependency-free C compiler...

Claude Opus 4.6 wrote a dependency-free C compiler in Rust, with backends targeting x86 (64- and 32-bit), ARM, and RISC-V, capable of compiling a booting Linux kernel.
github.com/anthropics/claudes-c-compiler

Hello world does not compile

已打开 08:30PM - 05 Feb 26 UTC
AvoidMe
Tested inside fedora 43 container, ubuntu 26.04 container and on regular fedora 42 installation, same error Took example directly from README.md GCC is present and can compile code just fine: ``` root:/claudes-c-compiler# cat > hello.c << 'EOF' #include <stdio.h> int main(void) { printf("Hello from CCC!\n"); return 0; } EOF root:/claudes-c-compiler# ./target/release/ccc -o hello hello.c /usr/include/stdio.h:34:10: error: stddef.h: No such file or directory /usr/include/stdio.h:37:10: error: stdarg.h: No such file or directory ccc: error: 2 preprocessor error(s) in hello.c root:/claudes-c-compiler# gcc -o hello hello.c root:/claudes-c-compiler# ./hello Hello from CCC! root@1b5343a2f014:/claudes-c-compiler#```

?????

12 posts - 8 participants

Read full topic

via LINUX DO - 最新话题 (author: stevessr)

Invalid media:
image
image
Kimi 2.5 这一波改 Bug 表现,我真的很难评……

下午拿个 Java 后端的 Bug 跑了一下几家大模型,结果真的高下立判:

● GPT-5.2: 思考了 10 分钟,憋出了一个改动最小的方案。
● GLM-4.7: 琢磨了 3 分钟,给了个能跑通的方案,虽然不是最优解,但好歹是认真干活。
● Kimi 2.5: 我还没反应过来它就开始一顿操作,定睛一看全是胡说八道。

3 posts - 3 participants

Read full topic

via LINUX DO - 最新话题 (author: Aiden)
美团发布 LongCat-Flash-Lite 轻量化 MoE 模型,智能体与代码表现突出

github.com

GitHub - meituan-longcat/SGLang-FluentLLM

通过在 GitHub 上创建帐户来为 meituan-longcat/SGLang-FluentLLM 开发做出贡献。

3 posts - 3 participants

Read full topic

via LINUX DO - 最新话题 (author: 𝓵𝓮𝔃𝓲𝓼𝓱𝓮𝓷)

Invalid media:
image
image
image
原来LDC每天还有限额呀 我以为每天可以买好多呢

这一天1000的限额邀请码俩就完了
一下子回到解放了

11 posts - 4 participants

Read full topic

via LINUX DO - 最新话题 (author: 碳氮氧无氖)

Invalid media: image
sparkle一天的日志文件26GB嘛?

今天打开电脑发现C盘红了,记得半个月之前还有七十多个G的空余,现在就剩23个G了,最近也就折腾了一下claude code和open code的一些相关配置,没下什么应用啥的,怎么会用这么快,用SpaceSniffer打开C盘想看一下多了什么东西,结果扫描完发现sparkle的logs占用了25个G

到目录查看,发现2026.1.31一天的日志文件就有26.6个G

但是我很清楚那一天我也没有做什么特别的事情,不知道怎么就有这么多的“日志”了
想查看这里面到底怎么回事,发现文件太大打不开
:tieba_009:
有佬知道怎么回事吗
7 posts - 5 participants

Read full topic

via LINUX DO - 最新话题 (author: 幼安)

Invalid media:
image
image
放假放假放假!!!

2.7到2.23,周末收拾收拾准备回老家😆

2 posts - 2 participants

Read full topic

via LINUX DO - 最新话题 (author: 喻灵)
看到这个标题,想起前几天的一个想法

多数人使用工具只想着提高效率,而极少数人一开始就考虑怎么变现。
类似的技术员思维是打磨产品,运营思维是想怎么迎合市场需求,

1 post - 1 participant

Read full topic

via LINUX DO - 最新话题 (author: 好好吃飯)

Invalid media: image
牛逼的服务器拿来干嘛

假如说佬哥们有一台性能很强,带宽很大的服务器,会拿来干嘛。大概配置两颗最强线程撕裂者,再配2块A100吧,带宽大概上下行2000吧 🙃

16 posts - 13 participants

Read full topic

via LINUX DO - 最新话题 (author: tommyjin)
WSL Dashboard v0.3.0 开源发布,感谢L站,感谢各位佬友

一款现代、高性能且轻量级的 WSL (Windows Subsystem for Linux) 实例管理面板。基于 Rust 和 Slint 构建,提供高级的原生体验。

更新日志

1. 系统托盘图标(双击可在显示和隐藏面板之间切换,右键单击可打开菜单);
2. 可以设置,系统启动时自动运行面板(具备路径自动修复功能);
3. 可以设置,自动启动面板后最小化到系统托盘(系统托盘运行模式内存共约10MB,新增静默启动方式 wsldashboard.exe /silent);
4. 可以设置,关闭面板主窗口后最小化到托盘,但不退出程序;
5. 增强运行中的实例分发版徽标的适配性;
6. 修复了在设置(Checkbox勾选状态)和其他界面之间反复切换时出现的内存泄漏问题;
7. 运行内存优化(UI渲染、缓存机制、高负载逻辑触发时机调优等);
8. 重构并拆分大型代码文件;
9. 日志文件的切割由UTC+0变为按用户的时区。
10. 按照语言类型不同运行内存有较大差异:
10.1. 小型/标准字体语言,基于拉丁字母的语言(英语、德语、西班牙语、法语、意大利语、葡萄牙语、印尼语、土耳其语等),中型复杂语言(印地语、孟加拉语、俄语 等),窗口模式运行内存共约18MB;
10.2. 大型字体语言(中文、日语、韩语等),窗口模式运行内存共约35MB。

项目主页:
github.com

GitHub - owu/wsl-dashboard: A modern, high-performance, and lightweight WSL...

A modern, high-performance, and lightweight WSL instance management dashboard. A GUI manager for WSL.

如果您有任何建议或需求可以在主题下方评论 或者 访问 github 提交 issue 。
如果这个项目对您有帮助,请访问 github 帮我加一个星标,您的认可是我持续开发的动力!

WSL Dashboard v0.2.3 相关帖子: WSL Dashboard v0.2.3 开源发布,Rust 开发的 WSL2 可视化管理面板

2 posts - 2 participants

Read full topic

via LINUX DO - 最新话题 (author: goku)

Invalid media:
image
image
image
【Embedding公益站】硅基流动 Qwen/Qwen3 系列模型暂时不可用

下午看日志发现好多500错误

在 hoppscotch 中试了一下,也是同样的 500 错误,企业微信群反应情况没有回复,暂时换成 以下模型吧:

gemini-embedding-001
text-embedding-3-small
(Pro)BAAI/bge-m3
Qwen/Qwen3-Embedding-0.6B

同时禁用8B/4B这几个模型,恢复了第一时间启用

1 post - 1 participant

Read full topic

via LINUX DO - 最新话题 (author: unsafe)

Invalid media: image
给大家送个福利,5美刀 Claude codeMax

送几刀额度给大家,私信给我你的邮箱

2 posts - 2 participants

Read full topic

via LINUX DO - 最新话题 (author: Aa..26552)
今天用了一天gpt-5.3-codex-xhigh我来说说我的看法

使用一天的感受就是快,尽管是xhigh也很快基本小任务5分钟内 大的15分钟内, 缺点:不知道是不是错觉我感觉他有点不遵守提示词, 5.2我的提示词会详细问我需求里面他不确定的等我确定以后再去开发,5.3同一套提示词下他居然不会问我就去写这就会导致有的需求我没有给他写清楚的就会跑偏, 总的来说5.3需要你把你的需求写详细方方面面考虑到那你可以毫不犹豫的选择他, 如果你的需求只是简单口述我建议还是5.2

5 posts - 5 participants

Read full topic

via LINUX DO - 最新话题 (author: xiaobai)
今年的班就上到今天了,太累了今年

兄弟们今年的班就上到这里了,总结一下就是今年是这些年来最累的一年,真他妈的累,发过誓26年不再工作到凌晨。就这样吧

4 posts - 3 participants

Read full topic

via LINUX DO - 最新话题 (author: Mycrlc)

Invalid media: image
好久没玩DO了 Digitalocean-TG机器人

刚撸个DO的号,想着好管理一点
github.com

GitHub - xkatld/digitalocean-tgbot: 基于 Go 语言实现的 DigitalOcean 资源管理 Telegram 机器人。

基于 Go 语言实现的 DigitalOcean 资源管理 Telegram 机器人。

1 post - 1 participant

Read full topic

via LINUX DO - 最新话题 (author: 洗头佬)

Invalid media:
image
image