Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

输入ping指令没有看到claudeAI这个选项 #722

Closed
seagullz4 opened this issue Apr 29, 2023 · 4 comments · Fixed by #752
Closed

输入ping指令没有看到claudeAI这个选项 #722

seagullz4 opened this issue Apr 29, 2023 · 4 comments · Fixed by #752

Comments

@seagullz4
Copy link

我已经成功接入claude,但是输入ping指令只有poe-claude,而不是单独的 claudeIMG_20230429_085834.jpg

Screenshot_2023-04-29-08-58-38-119_com.tencent.mobileqq.jpg

@tangjunyan2010
Copy link

我也是

@lss233
Copy link
Owner

lss233 commented Apr 29, 2023

忘记加了,不好意思……下个版本加

@Smartyaostudent
Copy link

不影响,可以直接输入切换AI claude,,就看用了

@Elijah-0616
Copy link
Contributor

Elijah-0616 commented May 4, 2023

  • 如果你是使用Windows一键部署,需要在"Windows-quickstart-refs.tags.v2.5.0\chatgpt\manager\bot.py"文件倒数第二行处添加如下代码:
if len(self.bots['slack-accesstoken']) > 0:
            bot_info += f"* {LlmName.SlackClaude.value} : Slack Claude 模型\n"

完成后应该如下:
image
重启bot之后应该就可以了。(我没试过,我用的docker)

  • 如果是使用docker,可以下载源码后在相应位置自己修改,然后自己打包镜像。或者你可以直接修改docker-compose.yaml里面的镜像为ce1estial/mirai-bot:latest。这是我自己打包的,如下:

image

之后重新运行`docker-compose up`即可,没问题后可以加上-d参数后台运行。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants