一台电脑上能同时登多个 codex 账号吗?不然每次切换 codex 账号都需要手机验证码

查看 39|回复 5
作者:chenzw2   
如题,我有 3 个 codex 账号,每次一个账号 token 用完换账号时都换账号登录都需要手机验证码,每次都需要额外花钱接收验证码,有没有办法同时登着多个账号呢?

Codex, 账号, 登录

codermz   
搞个 cpa: https://github.com/router-for-me/CLIProxyAPI
三个账号都登上,然后用 api ,省得切号了
chenzw2
OP
  
@codermz 这种方式稳不稳,codex 使用代理分流好像容易封号。
codermz   
@chenzw2 是的 有风险,
barantt01   
买 3 台电脑, 秒了

ren7346   
可以,用的 https://github.com/Loongphy/codex-auth
自己在加个重启
脚本
# 交互选择账号,切换成功后自动重启 Codex App
codex-app-switch() {
  codex-auth switch || return 1
  echo "正在重启 ChatGPT App ..."
  osascript -e 'quit app "ChatGPT"' 2>/dev/null
  sleep 4
  open -a "ChatGPT"
  echo "ChatGPT App 已重新打开。"
}
您需要登录后才可以回帖 登录 | 立即注册

返回顶部