标题: 原來Google帳號的區域會依據YouTube互動調整
作者: #Morgan Willow Chen (G)
板块: #搞七捻三
编号:
帖子: https://linux.do/t/topic/964908
时间: 2025-09-18 02:16:28
摘要:
作者: #Morgan Willow Chen (G)
板块: #搞七捻三
编号:
964908帖子: https://linux.do/t/topic/964908
时间: 2025-09-18 02:16:28
摘要:
首先自查區域:
policies.google.com
Google 服务条款 – 隐私权和条款 – Google
我的 Google 帳號區域自註冊以來一直穩定不變,但今天收到了 Google 的郵件:
[구글] 개인정보 이용내역 통지 안내
……
一看就知不妙,自查果然區域被切到了 South Korea
我從未去過韓國,也從未使用過韓國的代理,只是最近迷上了某電影,在 YouTube 瘋狂聽歌,按讚,subscribe,這其中相當一部分跟韓國的 channel 有關。
除此之外,我的帳戶跟韓國沒有任何關係,我甚至不認識韓文
我只能推斷,Google 根據我 YouTube 近期與大量韓國帳號互動的行為,將我的帳號國家也判定為了韓國。我實在找不到其他理由
目前這應該並不會對我使用此 Google 帳號造成什麼影響,暫時靜觀其變。
标题: 送几个cursor试用账号
作者: #MARSHALLDTEACH
板块: #福利羊毛
编号:
帖子: https://linux.do/t/topic/964913
时间: 2025-09-18 02:21:55
摘要:
作者: #MARSHALLDTEACH
板块: #福利羊毛
编号:
964913帖子: https://linux.do/t/topic/964913
时间: 2025-09-18 02:21:55
摘要:
参与方式:留言即可。
没试过抽奖玩法,不太会弄,有需要的留言,随机送。
标题: OpenRouter的GPT-5,每分钟前20次8请求半价,直到北京时间 9月25日 02:00
作者: #lueluelue
板块: #前沿快讯
编号:
帖子: https://linux.do/t/topic/964915
时间: 2025-09-18 02:25:15
摘要:
作者: #lueluelue
板块: #前沿快讯
编号:
964915帖子: https://linux.do/t/topic/964915
时间: 2025-09-18 02:25:15
摘要:
OpenRouter的GPT-5,每分钟前20个请求半价,直到北京时间 9月25日 02:00
We’re excited to work with OpenAI to make it easier than ever to try OpenAI GPT-5. For one week, GPT-5 on OpenRouter is 50% off. Discount starts from September 17th, 10 AM PST and ends on September 24th, 10 AM PST. Eval, prototype, chat – if you haven’t tried GPT-5 yet, now is a great time.
This discount is automatic. Simply call the model as you usually would, and up to 20 requests per minute are 50% off. Any requests above that will be billed at the usual price.
As you find great new ways to build with GPT-5, please share them with us on X or on Discord.
Best,
The OpenRouter Team
标题: OpenRouter 上的 GPT-5 五折特惠!
作者: #Sally
板块: #前沿快讯
编号:
帖子: https://linux.do/t/topic/964916
时间: 2025-09-18 02:25:49
摘要:
作者: #Sally
板块: #前沿快讯
编号:
964916帖子: https://linux.do/t/topic/964916
时间: 2025-09-18 02:25:49
摘要:
不知是否慢报
50% off on GPT-5, applied automatically, up to 20 RPM
看起来只有 OpenAI 渠道半价,应该要去设置里面排序调成价格优先,不然被分配到 Azure 渠道应该是原价。
openrouter.ai
GPT-5 - API, Providers, Stats
GPT-5 is OpenAI’s most advanced model, offering major improvements in reasoning, code quality, and user experience. It is optimized for complex tasks that require step-by-step reasoning, instruction following, and accuracy in high-stakes use cases....
标题: Leaflow 平台免费部署 SillyTavern 云酒馆教程
作者: #canaan
板块: #开发调优
编号:
帖子: https://linux.do/t/topic/964921
时间: 2025-09-18 02:38:29
摘要:
作者: #canaan
板块: #开发调优
编号:
964921帖子: https://linux.do/t/topic/964921
时间: 2025-09-18 02:38:29
摘要:
站内官方贴:【福利第一弹】全栈PaaS容器云平台公测,公测期平台功能&部署云资源全白嫖
目前平台公测中,每日签到赠金1-5元,单酒馆项目每月消耗4.66元赠金,因此暂时可以永动。
注册需验证邮箱和手机号。
1. 部署清单一键部署
在 部署清单 页面,完整复制粘贴以下内容,点 应用/更新 按钮一键部署。
kind: Storage
name: sillytavern
size: 640
---
kind: Deployment
name: sillytavern
replicas: 1
image_pull_secrets: { }
containers:
-
name: sillytavern
image: 'ghcr.io/sillytavern/sillytavern:latest'
working_dir: ''
command: { }
args: { }
ports:
-
name: port8000
container_port: 8000
protocol: TCP
env:
-
name: NODE_ENV
value: production
-
name: FORCE_COLOR
value: '1'
env_from_configmap: { }
env_from_secret: { }
resources:
cpu: 200
memory: 512
volume_mounts:
-
mount_path: /home/node/app/config
storage_name: sillytavern
sub_path: config
read_only: false
-
mount_path: /home/node/app/data
storage_name: sillytavern
sub_path: data
read_only: false
-
mount_path: /home/node/app/plugins
storage_name: sillytavern
sub_path: plugins
read_only: false
-
mount_path: /home/node/app/public/scripts/extensions/third-party
storage_name: sillytavern
sub_path: third-party
read_only: false
configmap_mounts: { }
secret_mounts: { }
---
kind: Service
name: sillytavern
type: LoadBalancer
target_workload_type: Deployment
target_workload_name: sillytavern
ports:
-
name: port8000
port: 8000
target_port: 8000
protocol: TCP
session_affinity: None
external_traffic_policy: Cluster
2. 等待安装
在 服务管理 中可以看到 sillytavern 的外部访问地址 (IP: 端口)。
复制到浏览器访问,会显示 HTTP ERROR 502,这是正常现象。
等待约 10-15 分钟再来看,页面显示 Forbidden ,就是部署成功了,可以继续下一步。
3. 更改配置文件
安装维护助理
在 文件管理 页面点 打开维护助理。
随便创建一个用户配置(可以不记)。
点 安装维护容器,勾选挂载存储里的 sillytavern 卷。
执行初始化脚本
在 应用管理 页面,点进 maintenance ,点 终端 按钮。
点 maintenance 下面的 进入终端 按钮,连接 shell。
复制粘贴以下命令。
bash -c "$(curl -sSL https://gitee.com/canaan723/st-tools/raw/main/lf-st.sh)"
按 1 回车,按提示输入一个登录酒馆网页的 用户名 和 密码。
完成
回 应用管理 页面,重启 sillytavern 让修改的配置生效(大约 3 分钟)。
确认可以正常登录后,回到安装 维护助理 的地方点 卸载 ,不然扣赠金,比酒馆都贵。
标题: 微信模块大面积封号拉闸😭
作者: #Mag1skFF0
板块: #开发调优
编号:
帖子: https://linux.do/t/topic/964923
时间: 2025-09-18 02:42:06
摘要:
作者: #Mag1skFF0
板块: #开发调优
编号:
964923帖子: https://linux.do/t/topic/964923
时间: 2025-09-18 02:42:06
摘要:
莫名其妙被踢下线了看了眼群全炸了
标题: 都有哪些二开的openwebui?
作者: #张予曦
板块: #资源荟萃
编号:
帖子: https://linux.do/t/topic/964927
时间: 2025-09-18 03:12:05
摘要:
作者: #张予曦
板块: #资源荟萃
编号:
964927帖子: https://linux.do/t/topic/964927
时间: 2025-09-18 03:12:05
摘要:
想找到一个轻量的,个人使用的,保留知识库的,如果抱脸部署就更好了。
佬友们聊聊都有哪些好用的二开的openwebui吧
标题: gpt网页版思考又分出新等级
作者: #小夜
板块: #搞七捻三
编号:
帖子: https://linux.do/t/topic/964930
时间: 2025-09-18 03:40:36
摘要:
作者: #小夜
板块: #搞七捻三
编号:
964930帖子: https://linux.do/t/topic/964930
时间: 2025-09-18 03:40:36
摘要:
思考模型分出Thinking mini和Thinking选择Thinking模型后,对话框还可以选择进阶思考
标题: 1刀充值国内号码50元话费
作者: #Yizong6
板块: #福利羊毛
编号:
帖子: https://linux.do/t/topic/964934
时间: 2025-09-18 03:52:51
摘要:
作者: #Yizong6
板块: #福利羊毛
编号:
964934帖子: https://linux.do/t/topic/964934
时间: 2025-09-18 03:52:51
摘要:
必须使用邀请链接,境外号码进行注册可参与活动
AFF:Quick & Reliable - Mobile Top Ups and Cheap International Calls | Rebtel
TT和GV试了好像不行,使用Helium注册成功
尽快,因为链接会失效
我用的Bybit澳卡充值1美元后得10美元
用8.99刀充值50元中国运营商话费
可以充中国及德国众多国家运营商余额
标题: 这给我干哪来了?GPT-5官方打五折?
作者: #manba_out
板块: #搞七捻三
编号:
帖子: https://linux.do/t/topic/964937
时间: 2025-09-18 04:11:30
摘要:
作者: #manba_out
板块: #搞七捻三
编号:
964937帖子: https://linux.do/t/topic/964937
时间: 2025-09-18 04:11:30
摘要:
如图,突然收到openrouter的邮件说打五折了,炸裂啊,openai这是扩容到啥程度了?
标题: 中国禁止科技公司采购英伟达 AI 芯片
作者: #Dr.X
板块: #前沿快讯
编号:
帖子: https://linux.do/t/topic/964938
时间: 2025-09-18 04:11:44
摘要:
作者: #Dr.X
板块: #前沿快讯
编号:
964938帖子: https://linux.do/t/topic/964938
时间: 2025-09-18 04:11:44
摘要:
据三位知情人士透露,中国国家互联网信息办公室(CAC)本周已通知字节跳动、阿里巴巴等公司,要求停止对英伟达专为中国市场定制的RTX Pro 6000D芯片的测试和采购。在接到指令后,这些公司已通知供应商暂停相关工作。
禁令出台的背景是,监管机构经评估认为,国产芯片的性能已达到甚至超越了英伟达目前获准在中国销售的AI芯片水平。
“现在的信号已经非常明确,”一家科技公司高管表示,“此前人们还抱有希望,认为一旦地缘政治局势缓和,英伟达的供应可能恢复。但现在,所有人都必须全力以赴,建设国产自主体系。”
据其中一位知情人士透露,中国监管机构近期召集了华为、寒武纪等国内芯片制造商,以及同样自研芯片的阿里巴巴和搜索引擎巨头百度,要求它们汇报各自产品与英伟达在华销售芯片的性能对比情况。
该人士表示,评估结论认为,中国自主研发的AI处理器性能已达到甚至超过了出口管制下允许在华销售的英伟达芯片水平。
一位业内人士表示:“目前高层的共识是,国产供应将足以满足需求,不再需要购买英伟达芯片。”
英伟达首席执行官黄仁勋预计将于周三晚在美国总统特朗普访英期间与其讨论英伟达在中国市场的业务前景问题。
ft.com
Client Challenge
标题: 竞技场匿名模型oceanstone是 gemini3.0flash?
作者: #牙牙
板块: #搞七捻三
编号:
帖子: https://linux.do/t/topic/964940
时间: 2025-09-18 04:19:26
摘要:
作者: #牙牙
板块: #搞七捻三
编号:
964940帖子: https://linux.do/t/topic/964940
时间: 2025-09-18 04:19:26
摘要:
想问问佬友们都用上了吗?感觉如何,对比 gemini2.5pro有没有提升?
标题: 如果想要用HuggingFace那个免费Space部署一个自用的AI然后喂东西训练,是否可行?
作者: #Zenuncl
板块: #搞七捻三
编号:
帖子: https://linux.do/t/topic/964948
时间: 2025-09-18 05:04:01
摘要:
作者: #Zenuncl
板块: #搞七捻三
编号:
964948帖子: https://linux.do/t/topic/964948
时间: 2025-09-18 05:04:01
摘要:
最近想尝试用开源的一些大模型喂一个自己用的AI,有这么操作过的么?
哪个开源的好些?Deepseek?
标题: OpenAI更新了,juice选择器!
作者: #lueluelue
板块: #前沿快讯
编号:
帖子: https://linux.do/t/topic/964949
时间: 2025-09-18 05:11:07
摘要:
作者: #lueluelue
板块: #前沿快讯
编号:
964949帖子: https://linux.do/t/topic/964949
时间: 2025-09-18 05:11:07
摘要:
OpenAI更新了,juice选择器!
标题: 这是新出现的吗?
作者: #炫彩小鱼干
板块: #搞七捻三
编号:
帖子: https://linux.do/t/topic/964960
时间: 2025-09-18 06:33:50
摘要:
作者: #炫彩小鱼干
板块: #搞七捻三
编号:
964960帖子: https://linux.do/t/topic/964960
时间: 2025-09-18 06:33:50
摘要:
继thinking mini之后又多了一个思考档位,openai你当初不是说要路由一切吗,怎么又开始加模型上瘾了
标题: 微软账户的密码要是忘了真的找不回来了吗
作者: #Seisstar
板块: #搞七捻三
编号:
帖子: https://linux.do/t/topic/964961
时间: 2025-09-18 06:39:31
摘要:
作者: #Seisstar
板块: #搞七捻三
编号:
964961帖子: https://linux.do/t/topic/964961
时间: 2025-09-18 06:39:31
摘要:
新买的电脑,当时注册了个微软outlook账户,但是密码给整忘了
这个是彻底找不回来了吗?
试了找回密码,他让我输这个账号曾用过的密码,,,我TM要是知道我还找回密码干嘛。。。
如果找不回来的话是需要另外整个号登上吗?还是重装系统啊?