标题: LM Studio 好像比 Ollama 速度更快
作者: #Pnm
板块: #搞七捻三
编号:
帖子: https://linux.do/t/topic/515127
时间: 2025-03-26 18:13:03
摘要:
作者: #Pnm
板块: #搞七捻三
编号:
515127帖子: https://linux.do/t/topic/515127
时间: 2025-03-26 18:13:03
摘要:
Mac m4 本地测试了下,同样的内容, ollama 慢三分之一
标题: Gemini 2.5 Pro Exp没有不带日期的版本吗?
作者: #F-Droid
板块: #搞七捻三
编号:
帖子: https://linux.do/t/topic/515131
时间: 2025-03-26 18:19:25
摘要:
作者: #F-Droid
板块: #搞七捻三
编号:
515131帖子: https://linux.do/t/topic/515131
时间: 2025-03-26 18:19:25
摘要:
标题: 下班倒计时,充实的一天啊
作者: #赚够2000万就收手
板块: #搞七捻三
编号:
帖子: https://linux.do/t/topic/515132
时间: 2025-03-26 18:19:46
摘要:
作者: #赚够2000万就收手
板块: #搞七捻三
编号:
515132帖子: https://linux.do/t/topic/515132
时间: 2025-03-26 18:19:46
摘要:
倒计时42分钟。
今天干了很多活,自己的抓鱼导航站1.0版也上了。美滋滋
标题: 有什么类似one-api的网关可以自定义body参数吗?
作者: #yyyaaarrrgggee
板块: #资源荟萃
编号:
帖子: https://linux.do/t/topic/515135
时间: 2025-03-26 18:20:43
摘要:
作者: #yyyaaarrrgggee
板块: #资源荟萃
编号:
515135帖子: https://linux.do/t/topic/515135
时间: 2025-03-26 18:20:43
摘要:
就是可以重写request body的参数:比如修改max_tokens之类的参数,或者增加tool func,或者增加claude的thinking参数之类的。
现在one-hub有重写header内参数的功能,但还不能重写request body data。
谢谢佬
标题: .cn低至12元,只限4天
作者: #lking
板块: #福利羊毛
编号:
帖子: https://linux.do/t/topic/515137
时间: 2025-03-26 18:22:57
摘要:
作者: #lking
板块: #福利羊毛
编号:
515137帖子: https://linux.do/t/topic/515137
时间: 2025-03-26 18:22:57
摘要:
阿里云活动,速抢
标题: 度小满降低聚合授权码费率有什么套路吗?
作者: #donk666
板块: #搞七捻三
编号:
帖子: https://linux.do/t/topic/515143
时间: 2025-03-26 18:27:16
摘要:
作者: #donk666
板块: #搞七捻三
编号:
515143帖子: https://linux.do/t/topic/515143
时间: 2025-03-26 18:27:16
摘要:
有客服电话联系说是授权借钱额度,可以不借,然后给我聚合收款码费率降到0.26%这个是有什么套路吗?
标题: 如何使两台阿里云win服务器 机器码一致
作者: #中国邮政
板块: #搞七捻三
编号:
帖子: https://linux.do/t/topic/515146
时间: 2025-03-26 18:28:26
摘要:
作者: #中国邮政
板块: #搞七捻三
编号:
515146帖子: https://linux.do/t/topic/515146
时间: 2025-03-26 18:28:26
摘要:
标题: 请教一个 singbox 的问题
作者: #荒
板块: #搞七捻三
编号:
帖子: https://linux.do/t/topic/515149
时间: 2025-03-26 18:29:11
摘要:
作者: #荒
板块: #搞七捻三
编号:
515149帖子: https://linux.do/t/topic/515149
时间: 2025-03-26 18:29:11
摘要:
singbox 版本为:sing-box-1.12.0-alpha.20
平台:window 11 裸跑 singbox 内核
关于 DNS 配置模块中,server 配置有 domain_resolver 这个参数,还有 detour 参数,这个 detour 参数,官方文档中说在拨号字段中才需要,以下是我的 DNS 配置片段:
"servers": [
{
"tag": "dns-aliyun",
"type": "https",
"server": "dns.alidns.com",
"domain_resolver": "dns-resolver-aliyun"
},
{
"type": "udp",
"tag": "dns-resolver-aliyun",
"server": "223.5.5.5"
},
{
"type": "https",
"tag": "dns-google",
"server": "dns.google",
"domain_resolver": "dns-resolver-google",
"detour": "♻️ 自动选择"
},
{
"type": "udp",
"tag": "dns-resolver-google",
"server": "8.8.8.8",
"detour": "♻️ 自动选择"
},
{
"type": "fakeip",
"tag": "fakeip",
"inet4_range": "198.18.0.0/15"
}
],
如上配置是可以正常使用 singbox 的,但是去掉 "detour": "♻️ 自动选择" 配置之后,就无法访问 Google 网站,但是,如果我在 "tag": "dns-aliyun" 的DNS服务器配置中加上 detour: "直连" (这个“直连”在我 outbounds 中配置的 tag,类型为 direct),启动 singbox 服务,提示:dns/https[dns-aliyun]: detour to an empty direct outbound makes no sense,导致服务启动失败,看了官方文档,也是没弄清楚这个 domain_resolver 和 detour 具体怎么使用。在我的 outbounds 中配置了默认的 domain_resolver :
"default_domain_resolver": {
"server": "dns-resolver-aliyun"
},
希望理解的大佬帮忙看看。
标题: Wan2.1有点强(第二期)[我是不是废了,天天想着生成这些]
作者: #Adrian_C
板块: #搞七捻三
编号:
帖子: https://linux.do/t/topic/515151
时间: 2025-03-26 18:32:56
摘要:
作者: #Adrian_C
板块: #搞七捻三
编号:
515151帖子: https://linux.do/t/topic/515151
时间: 2025-03-26 18:32:56
摘要:
为了不让4090闲置,我只能搞搞这些了
标题: 第一次实现了内网穿透
作者: #conheaven
板块: #搞七捻三
编号:
帖子: https://linux.do/t/topic/515154
时间: 2025-03-26 18:34:41
摘要:
作者: #conheaven
板块: #搞七捻三
编号:
515154帖子: https://linux.do/t/topic/515154
时间: 2025-03-26 18:34:41
摘要:
在雁栖湖上学没办法用所里机器,只能通过todesk访问老师电脑,再访问服务器(服务器只能在内网运行),正好之前有个天翼云的云服务器还没到期,于是用frp做了个内网穿透。
标题: 联通宽带被限速
作者: #行行出bug
板块: #前沿快讯
编号:
帖子: https://linux.do/t/topic/515155
时间: 2025-03-26 18:36:29
摘要:
作者: #行行出bug
板块: #前沿快讯
编号:
515155帖子: https://linux.do/t/topic/515155
时间: 2025-03-26 18:36:29
摘要:
联通宽带跑pcdn被限速了,有啥办法解除吗?
标题: 下雪了了,哈哈哈
作者: #etocs
板块: #搞七捻三
编号:
帖子: https://linux.do/t/topic/515157
时间: 2025-03-26 18:36:55
摘要:
作者: #etocs
板块: #搞七捻三
编号:
515157帖子: https://linux.do/t/topic/515157
时间: 2025-03-26 18:36:55
摘要:
标题: deepseek v3 0324这幻觉率。。。
作者: #oguri
板块: #前沿快讯
编号:
帖子: https://linux.do/t/topic/515160
时间: 2025-03-26 18:39:42
摘要:
作者: #oguri
板块: #前沿快讯
编号:
515160帖子: https://linux.do/t/topic/515160
时间: 2025-03-26 18:39:42
摘要:
HHEM-2.1幻觉评估模型 03-25更新的榜单
gemini 2.5 pro才1.1%
deepseek好家伙。。。太离谱了
标题: mac mini m4 十层板扩容 2T
作者: #Allen Joe
板块: #搞七捻三
编号:
帖子: https://linux.do/t/topic/515161
时间: 2025-03-26 18:41:13
摘要:
作者: #Allen Joe
板块: #搞七捻三
编号:
515161帖子: https://linux.do/t/topic/515161
时间: 2025-03-26 18:41:13
摘要:
前几天买的十层扩容小板到货了,十层板比之前的四层板心里放心一点,毕竟数据无价。过几天工具到了给各位佬友看看装上后的效果,先开个坑。