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

[BUG] ChatGLM-6B本地模型 和 windows-mirai error:'NotImplementedType' object is not callable #1374

Open
1 task done
oldnumber18 opened this issue Oct 2, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@oldnumber18
Copy link

提交 issue 前,请先确认:

  • 我已看过 FAQ,此问题不在列表中
  • [v] 我已看过其他 issue,他们不能解决我的问题
  • [v] 我认为这不是 Mirai 或者 OpenAI 的 BUG
  • [v] 我认为这个不是xposed中微X模块的问题

表现
描述 BUG 的表现情况

运行环境: windows-mirai版 python3.11.0 CUDA 12.6

  • 操作系统:Microsoft Windows 10 专业版
  • Docker: ?
  • 项目版本:?

复现步骤
描述你是如何触发这个 BUG 的

  1. 布置本地ChatGLM-6B-main(链接为教程提供 https://chatgpt-qq.lss233.com/pei-zhi-wen-jian-jiao-cheng/jie-ru-ai-ping-tai/jie-ru-chatglm --->指向 https://github.com/THUDM/ChatGLM-6B.git)

  2. 使用Xposed wx模块的接入机器人功能 该功能通过HTTP使用本项目进行获取回复

  3. 回复给朋友的内容是:
    出现故障!如果这个问题持续出现,请和我说“重置会话” 来开启一段新的会话,或者发送 “回滚对话” 来回溯到上一条对话,你上一条说的我就当作没看见。
    原因:'NotImplementedType' object is not callable

预期行为
描述你认为正常情况下应该看见的情况

截图
微信图片_20241002210342
微信图片_20241002210348

其他内容
此处填写其他内容,没有可跳过

@oldnumber18 oldnumber18 added the bug Something isn't working label Oct 2, 2024
@oldnumber18 oldnumber18 changed the title [BUG] 请填写标题 [BUG] ChatGLM-6B本地模型 和 windows-mirai error:'NotImplementedType' object is not callable Oct 2, 2024
@oldnumber18
Copy link
Author

我看了报错信息,是配置文件里面缺少了描述。再去查看一下文档里面的完整配置,果然成功了。https://chatgpt-qq.lss233.com/pei-zhi-wen-jian-jiao-cheng/wan-zheng-pei-zhi-wen-jian-yang-li

默认使用的 AI 类型,不填写时自动推测

目前支持的类型:

chatgpt-web 网页版 ChatGPT

chatgpt-api API 版 ChatGPT (GPT3.5-turbo)

bing-c 新必应-创造风格

bing-p 新必应-精确风格

bing-b 新必应-平衡风格

slack-claude Slack 版的 Claude

bard Google Bard

yiyan 百度 文心一言 网页版

chatglm-api 清华 ChatGLM-API 接口

poe-sage POE Sage 模型 (更会写代码的 ChatGPT)

poe-beaver POE GPT4 模型

poe-claude2 POE Claude2 模型

poe-claude POE Claude 模型

poe-chinchilla POE ChatGPT 模型

poe-nutria POE Dragonfly 模型

添加:
我的是清华的ChatGML,所以是
default_ai = "chatglm-api"

但是但是
教程上写着支持,搞好之后又说 自动回复又说不支持
我想骂人

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant