Skip to content
This repository has been archived by the owner on Aug 31, 2023. It is now read-only.
/ ChatPoeBot Public archive

QChatGPT的插件,用于将QQ机器人与Poe上的机器人连接

Notifications You must be signed in to change notification settings

oliverkirk-sudo/ChatPoeBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

逆向库已实现poe大部分的功能,故本仓库不再更新。

ChatPoeBot

QChatGPT的插件,用于将QQ机器人与Poe上的机器人连接

1、前置工作

  • 首先在Poe注册账号,并登录。
  • 获取token,找到键为p-b的值
    • Chrome: 开发者工具 > 应用 > Cookies > poe.com
    • Firefox: 开发者工具 > 存储 > Cookies
    • Safari: 开发者工具 > 存储 > Cookies

2、修改配置文件

  • 下载本插件!plugin get https://github.com/oliverkirk-sudo/ChatPoeBot.git
  • 在config文件夹中将poe_config_temp.py修改为poe_config.py,格式如下:
# Sage = 'capybara'
# GPT4 = 'beaver'
# Claude = 'a2_2'
# ClaudeInstant = 'a2'
# ChatGPT = 'chinchilla'
# Dragonfly = 'nutria'
poe_config = {
    'default_bot_type': PoeBots.ChatGPT,  # 默认机器人类型
    'proxy': '',  # 代理,'http://127.0.0.1:7890',
    'tokens': [],  # 填入获取到的token,str格式逗号隔开
    'prefix': True  # 启用前缀POE
}
  • !relaod重新加载插件

3、包含的指令

  • !poe help 显示本帮助
  • !poe type <BotType> 切换机器人类型
    机器人类型: Sage,GPT4,Claude,ClaudeInstant,ChatGPT,Dragonfly
    其中GPT4与Claude,免费版每天只有一次对话机会
  • !poe purg [count] count为可选值,默认为回滚一次
  • !poe reset 重置对话
  • !poe history [count] count为可选值,默认返回最近5条历史

About

QChatGPT的插件,用于将QQ机器人与Poe上的机器人连接

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages