标题: 大模型微调怎么长点
作者: #oedipusy
板块: #开发调优
编号:
帖子: https://linux.do/t/topic/2133336
时间: 2026-05-08 14:38:46
摘要:
作者: #oedipusy
板块: #开发调优
编号:
2133336帖子: https://linux.do/t/topic/2133336
时间: 2026-05-08 14:38:46
摘要:
做时序大模型的算法怎么调优长点啊,回归和分类的任务
标题: 新人前来报道,希望佬友们多多关照
作者: #Koiear
板块: #搞七捻三
编号:
帖子: https://linux.do/t/topic/2133345
时间: 2026-05-08 14:40:07
摘要:
作者: #Koiear
板块: #搞七捻三
编号:
2133345帖子: https://linux.do/t/topic/2133345
时间: 2026-05-08 14:40:07
摘要:
通过朋友的介绍得知了L站,经过反复几次的小作文修改,终于如愿以偿的进来了L站,往后就能和各位佬友们多多交流学习了.
在此感谢审核大人,始皇大人,让我加入L站,也感谢往后各位佬友的陪伴.
标题: 各位佬,请教一个问题,关于订阅的codex和cpa的codex交叉使用问题
作者: #vaninna
板块: #开发调优
编号:
帖子: https://linux.do/t/topic/2133353
时间: 2026-05-08 14:41:23
摘要:
作者: #vaninna
板块: #开发调优
编号:
2133353帖子: https://linux.do/t/topic/2133353
时间: 2026-05-08 14:41:23
摘要:
目前订阅的plus,一天限额很快就到底了,这时候切换cpa,里面有一些古早手法注册的号,交叉切换,会影响plus账号么?另外编码过程中这样切换,会影响编码逻辑和持续性问题么?
标题: 坐标北京,考完驾照5年了没开过车,端午想去内蒙自驾一圈。
作者: #kk k
板块: #搞七捻三
编号:
帖子: https://linux.do/t/topic/2133357
时间: 2026-05-08 14:42:00
摘要:
作者: #kk k
板块: #搞七捻三
编号:
2133357帖子: https://linux.do/t/topic/2133357
时间: 2026-05-08 14:42:00
摘要:
坐标北京,考完驾照5年了没开过车,端午想去内蒙自驾一圈。
想着周末去找那种陪练学习一下。
美团上找了找基本都10个小时左右1500块左右,这种靠不靠谱啊佬们。
佬们有什么推荐的。
标题: 分享一个在pi agent中使用opencode,go订阅模型的配置模板,填入key可直接使用
作者: #ktze
板块: #开发调优
编号:
帖子: https://linux.do/t/topic/2133362
时间: 2026-05-08 14:42:25
摘要:
作者: #ktze
板块: #开发调优
编号:
2133362帖子: https://linux.do/t/topic/2133362
时间: 2026-05-08 14:42:25
摘要:
创建或粘贴至.pi/agent/models.json 即可
{
"providers": {
"opencode-go": {
"apiKey": "your-api-key",
"models": [
{
"id": "deepseek-v4-flash",
"name": "DeepSeek V4 Flash",
"reasoning": true,
"thinkingLevelMap": {
"xhigh": "max"
},
"input": [
"text"
],
"contextWindow": 1000000,
"maxTokens": 384000,
"cost": {
"input": 0.14,
"output": 0.28,
"cacheRead": 0.0028,
"cacheWrite": 0
},
"compat": {
"requiresReasoningContentOnAssistantMessages": true,
"thinkingFormat": "deepseek"
}
},
{
"id": "deepseek-v4-pro",
"name": "DeepSeek V4 Pro",
"reasoning": true,
"thinkingLevelMap": {
"xhigh": "max"
},
"input": [
"text"
],
"contextWindow": 1000000,
"maxTokens": 384000,
"cost": {
"input": 1.74,
"output": 3.48,
"cacheRead": 0.0145,
"cacheWrite": 0
},
"compat": {
"requiresReasoningContentOnAssistantMessages": true,
"thinkingFormat": "deepseek"
}
},
{
"id": "glm-5",
"name": "GLM-5",
"reasoning": true,
"input": [
"text"
],
"contextWindow": 202752,
"maxTokens": 32768,
"cost": {
"input": 1,
"output": 3.2,
"cacheRead": 0.2,
"cacheWrite": 0
}
},
{
"id": "glm-5.1",
"name": "GLM-5.1",
"reasoning": true,
"input": [
"text"
],
"contextWindow": 202752,
"maxTokens": 32768,
"cost": {
"input": 1.4,
"output": 4.4,
"cacheRead": 0.26,
"cacheWrite": 0
}
},
{
"id": "kimi-k2.5",
"name": "Kimi K2.5",
"reasoning": true,
"input": [
"text",
"image"
],
"contextWindow": 262144,
"maxTokens": 65536,
"cost": {
"input": 0.6,
"output": 3,
"cacheRead": 0.1,
"cacheWrite": 0
}
},
{
"id": "kimi-k2.6",
"name": "Kimi K2.6",
"reasoning": true,
"input": [
"text",
"image"
],
"contextWindow": 262144,
"maxTokens": 65536,
"cost": {
"input": 0.95,
"output": 4,
"cacheRead": 0.16,
"cacheWrite": 0
}
},
{
"id": "mimo-v2.5",
"name": "MiMo V2.5",
"reasoning": true,
"input": [
"text",
"image"
],
"contextWindow": 1000000,
"maxTokens": 128000,
"cost": {
"input": 0.4,
"output": 2,
"cacheRead": 0.08,
"cacheWrite": 0
}
},
{
"id": "mimo-v2.5-pro",
"name": "MiMo V2.5 Pro",
"reasoning": true,
"input": [
"text"
],
"contextWindow": 1048576,
"maxTokens": 128000,
"cost": {
"input": 1,
"output": 3,
"cacheRead": 0.2,
"cacheWrite": 0
}
},
{
"id": "minimax-m2.5",
"name": "MiniMax M2.5",
"reasoning": true,
"input": [
"text"
],
"contextWindow": 204800,
"maxTokens": 65536,
"cost": {
"input": 0.3,
标题: 一到下午就肚子饿, 怎么办?
作者: #fangf
板块: #搞七捻三
编号:
帖子: https://linux.do/t/topic/2133365
时间: 2026-05-08 14:43:00
摘要:
作者: #fangf
板块: #搞七捻三
编号:
2133365帖子: https://linux.do/t/topic/2133365
时间: 2026-05-08 14:43:00
摘要:
rt,想轻断食(16+8) 来管理自己的能量摄入, 但是一到下午就 饿。
有没有什么办法可以提高自己的 抗饿性
标题: 修仙佬看过来,树枝获取新途径~
作者: #Creeper
板块: #搞七捻三
编号:
帖子: https://linux.do/t/topic/2133367
时间: 2026-05-08 14:43:10
摘要:
作者: #Creeper
板块: #搞七捻三
编号:
2133367帖子: https://linux.do/t/topic/2133367
时间: 2026-05-08 14:43:10
摘要:
会长不知道什么时候悄咪咪上线了“.野外历练”新功能,今天竟然有大佬轻松获取到树枝
化神又有希望了。
PS:还有7天我也要成为“尊贵的”三级佬了。
标题: 话说Gemini API现在的免费额度是多少?
作者: #SuperDAJB
板块: #开发调优
编号:
帖子: https://linux.do/t/topic/2133383
时间: 2026-05-08 14:45:41
摘要:
作者: #SuperDAJB
板块: #开发调优
编号:
2133383帖子: https://linux.do/t/topic/2133383
时间: 2026-05-08 14:45:41
摘要:
很久没有嫖过Gemini了,最近想想,免费额度可以拿来给Hermes Agent做副模型,执行一些简单的小任务。但是翻了半天文档,说实话都没找到Free Tier一个相对权威的免费额度,有无佬知道免费额度大概有多少呢?
标题: cursor怎么使用Proxifier设置代理呢?
作者: #鹿栖南枝
板块: #搞七捻三
编号:
帖子: https://linux.do/t/topic/2133396
时间: 2026-05-08 14:47:33
摘要:
作者: #鹿栖南枝
板块: #搞七捻三
编号:
2133396帖子: https://linux.do/t/topic/2133396
时间: 2026-05-08 14:47:33
摘要:
我想问下大家,目前我的cursor提示地域问题,不能使用GPT、claude等模型,在站里找了半天,有佬友说Proxifier可以代理使用,没有找到具体怎么使用配置的
找到有个佬友给了注册码和汉化包的,https://linux.do/t/topic/1545330,有需要的佬友自行阅读
我是mac的电脑,没有汉化包可以用,真的很需要有人能教我使用一下呀,一头蒙现在……
标题: 怎么今天好几个站的gemini 都遇到了这个报错
作者: #青衫
板块: #搞七捻三
编号:
帖子: https://linux.do/t/topic/2133398
时间: 2026-05-08 14:47:46
摘要:
作者: #青衫
板块: #搞七捻三
编号:
2133398帖子: https://linux.do/t/topic/2133398
时间: 2026-05-08 14:47:46
摘要:
[API Error: {“error”:{“message”:“{"error":{"message":"Request contains an invalid argument.","type":"upstream_error","param":"","code":400}}”,“code”:400,“status”:“Bad Request”}}] 怎么今天好几个站的gemini 都遇到了这个报错 ,大家的gemini还正常吗标题: GLM Coding Plan 体验卡
作者: #JaredJen
板块: #国产替代
编号:
帖子: https://linux.do/t/topic/2133405
时间: 2026-05-08 14:49:31
摘要:
作者: #JaredJen
板块: #国产替代
编号:
2133405帖子: https://linux.do/t/topic/2133405
时间: 2026-05-08 14:49:31
摘要:
我开的Pro,只有5个名额
邀请链接
标题: kiro只能谷歌登录吗
作者: #androido
板块: #开发调优
编号:
帖子: https://linux.do/t/topic/2133412
时间: 2026-05-08 14:50:27
摘要:
作者: #androido
板块: #开发调优
编号:
2133412帖子: https://linux.do/t/topic/2133412
时间: 2026-05-08 14:50:27
摘要:
想多薅几个羊毛去用 一个账号顶不住我暴力开发
标题: 求教gpt破限
作者: #aerolink
板块: #开发调优
编号:
帖子: https://linux.do/t/topic/2133414
时间: 2026-05-08 14:50:35
摘要:
作者: #aerolink
板块: #开发调优
编号:
2133414帖子: https://linux.do/t/topic/2133414
时间: 2026-05-08 14:50:35
摘要:
如何用 cpa 配置 gpt 破限 ?配置破限的话是不是要开个新的 cpa,隔离下号池?
标题: 大公司纷纷入局中转站,个人创业还有做中转站的必要吗
作者: #zzyh
板块: #开发调优
编号:
帖子: https://linux.do/t/topic/2133422
时间: 2026-05-08 14:51:56
摘要:
作者: #zzyh
板块: #开发调优
编号:
2133422帖子: https://linux.do/t/topic/2133422
时间: 2026-05-08 14:51:56
摘要:
现在孙割和川普都要来做中转站,现在中转站的红利是不是已经结束了,我马上要到三级了,因为刚刚能接触新大陆,感觉现在是不是49年入国军啊,还有其他能赚零用钱的路子吗,哎,心理委员我不得劲啊,知道L站太晚了
标题: 关于AI编写操作手册等大量截图及图片标注类工作的思考
作者: #Dawn
板块: #开发调优
编号:
帖子: https://linux.do/t/topic/2133432
时间: 2026-05-08 14:52:36
摘要:
作者: #Dawn
板块: #开发调优
编号:
2133432帖子: https://linux.do/t/topic/2133432
时间: 2026-05-08 14:52:36
摘要:
在产品工作中,发现尚有编写操作手册、写运维文档、指南等等这类型很基础工作,无法顺畅的使用AI,从而引发思考
操作手册依赖于现有的系统进行页面截图、图片标注辅以文字说明实现指导的问题,但是codex目前尝试了多轮无法实现
尝试1:使用codex自带的浏览器功能登录系统,让他自动操作截图,局限:无法准确点击,而且截图的区域很小,无法页面截图,也考虑过缩放,但是也有页面畸形问题。无法熟知操作逻辑,不能形成操作思路。
尝试2:让codex通过终端调用电脑内浏览器,局限:不能后台运行,必须干看着codex去调用,不可自己在操作电脑,操作思路同上,但是可以截图成功
尝试3:给codex前端代码+调用电脑浏览器,让他整理思路在嗅探操作逻辑去点击,局限:截图成功,操作逻辑不成立、图片标注错位
尝试4:自己给codex讲述清楚操作逻辑,让他调用电脑浏览器,同理图片标注错位,截图存放混乱
大家如果有好的思路可以分享一下
标题: 彻底疯狂!昨晚加早上蹬了100M的gpt
作者: #m99
板块: #搞七捻三
编号:
帖子: https://linux.do/t/topic/2133437
时间: 2026-05-08 14:53:03
摘要:
作者: #m99
板块: #搞七捻三
编号:
2133437帖子: https://linux.do/t/topic/2133437
时间: 2026-05-08 14:53:03
摘要:
vibe coding上瘾了
游戏都不玩了
标题: OpenClaw 热度潮似乎过去了?
作者: #llmxby
板块: #开发调优
编号:
帖子: https://linux.do/t/topic/2133440
时间: 2026-05-08 14:53:54
摘要:
作者: #llmxby
板块: #开发调优
编号:
2133440帖子: https://linux.do/t/topic/2133440
时间: 2026-05-08 14:53:54
摘要:
突然发现最近司内外都很少看到相关消息了,是说大家尝个鲜之后都回归理性了吗
标题: 求问code cli里切换api配置
作者: #超时空蚂蚁
板块: #开发调优
编号:
帖子: https://linux.do/t/topic/2133461
时间: 2026-05-08 14:56:57
摘要:
作者: #超时空蚂蚁
板块: #开发调优
编号:
2133461帖子: https://linux.do/t/topic/2133461
时间: 2026-05-08 14:56:57
摘要:
如题啊如题,咋操作呢,在cc switch里面切换之后cli里面访问的api还是不变,问ai没问出名堂来,为什么不用idea里面的cc gui插件或者cc gui软件或者直接用codex软件,因为不知道为什么他们跑起来小mac特别卡,cli体验还可以就这样了
标题: 怎么减肥啊佬友们
作者: #去码头整点薯条
板块: #搞七捻三
编号:
帖子: https://linux.do/t/topic/2133467
时间: 2026-05-08 14:57:46
摘要:
作者: #去码头整点薯条
板块: #搞七捻三
编号:
2133467帖子: https://linux.do/t/topic/2133467
时间: 2026-05-08 14:57:46
摘要:
175 半年没上称狂飙10斤,现在170开始慌了。每次下定决心减肥减5斤左右就开始天晴了雨停了感觉自己又行了,管不住嘴了
标题: 求大佬,有没有靠谱的话费充值的api渠道?
作者: #Chami
板块: #开发调优
编号:
帖子: https://linux.do/t/topic/2133473
时间: 2026-05-08 14:58:45
摘要:
作者: #Chami
板块: #开发调优
编号:
2133473帖子: https://linux.do/t/topic/2133473
时间: 2026-05-08 14:58:45
摘要:
有没有靠谱的话费充值的api渠道,可以开票的