• 请不要在回答技术问题时复制粘贴 AI 生成的内容
1722332572
V2EX  ›  程序员

懒人神器: ChatBotHub 一键同时从多个 chatgpt 网页获得回复。

  •  
  •   1722332572 · Apr 16, 2023 · 2385 views
    This topic created in 1183 days ago, the information mentioned may be changed or developed.

    ChatBotHub

    ChatBotHub get response from multi chatgpt website. ChatBotHub 一键同时从多个 chatgpt 网页获得回复。

    Motivation

    不论是 ChatGPT 官网还是众多替代网站都存在发送消息失败的情况,往往需要再开一个网页重新复制问题获取答案。 所以,一个同时发送给多个网页的 Hub 就很有必要,免去了新开网页,复制粘贴等操作,非常简单。

    依赖

    pip install selenium
    

    配置

    • 发送内容
    chat_content = "你的内容"
    
    
    • 常用网址

    最好选择不需要登录的网址,或者是提前登录好。 GitHub 有镜像列表可以自行添加,这里添加了几个作为展示。

    # 打开多个网页,可以自行增删改
    driver.get("https://openmao.panchuang.net/#/chat/")
    driver.execute_script("window.open('https://zlv7o.aichatos.com/#/chat/');")
    driver.execute_script("window.open('https://free.anzz.top/#/chat/');")
    

    todolist

    • 增加多次对话功能,从命令行获取提问内容,然后连续对话。
    • 做成客户端,并且可以配置网址。

    GitHub 项目代码网址

    https://github.com/fendouai/ChatBotHub

    1 replies    2023-04-16 23:32:51 +08:00
    senooo
        1
    senooo  
       Apr 16, 2023
    模拟方案速度太慢了吧。
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   863 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 44ms · UTC 21:49 · PVG 05:49 · LAX 14:49 · JFK 17:49
    ♥ Do have faith in what you're doing.