-
Notifications
You must be signed in to change notification settings - Fork 80
Open
Description
从B站过来的,感谢UP主的开源分享,家里分别有小米AI音箱一代,小米AI音箱二代,小米音箱Pro
一开始用推荐的Pro进行了设置,使用的Docker进行布置,没想到完全没反应,看了评论发现是因为内置的大模型冲突,所以放弃了Pro,使用了没有大模型的小米AI音箱一代进行了设置
使用整体还算顺利,不过遇到我说的内容比较多的时候(50字),对方就直接蒙蔽了,然后退出,不知道是不是AI自己的问题
但是看日志虽然可以使用,但是还是会报错的,不知道什么原因,内容如下:
2025/02/11 14:37:58 Speaker 🔥 帮我制定一个自驾旅游的行程你可以吗
2025/02/11 14:37:58 Speaker 🔊 让我先想想
2025/02/11 14:38:02 Open AI ❌ LLM 响应异常 BadRequestError: 400 status code (no body)
at APIError.generate (file:///usr/local/lib/node_modules/migpt-server/node_modules/openai/error.mjs:41:20)
at OpenAI.makeStatusError (file:///usr/local/lib/node_modules/migpt-server/node_modules/openai/core.mjs:282:25)
at OpenAI.makeRequest (file:///usr/local/lib/node_modules/migpt-server/node_modules/openai/core.mjs:326:30)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async OpenAIClient.chat (file:///usr/local/lib/node_modules/migpt-server/node_modules/mi-gpt/dist/index.js:1199:28)
at async ShortTermMemoryAgent.generate (file:///usr/local/lib/node_modules/migpt-server/node_modules/mi-gpt/dist/index.js:1968:17)
at async MemoryManager._updateShortTermMemory (file:///usr/local/lib/node_modules/migpt-server/node_modules/mi-gpt/dist/index.js:2068:23)
at async MemoryManager.updateLongShortTermMemory (file:///usr/local/lib/node_modules/migpt-server/node_modules/mi-gpt/dist/index.js:2045:21) {
status: 400,
headers: {
connection: 'close',
'content-length': '81',
'content-type': 'application/json; charset=utf-8',
date: 'Tue, 11 Feb 2025 14:38:02 GMT'
},
request_id: undefined,
error: undefined,
code: undefined,
param: undefined,
type: undefined
}
2025/02/11 14:38:02 Memory ❌ 💀 生成短期记忆失败
2025/02/11 14:38:07 Speaker 🔊 嘻嘻,小贝,你要去自驾旅游吗?好开心呀!
2025/02/11 14:38:14 Speaker 🔊 虽然我不是旅行专家,但我可以帮你一起想想哦!首先,你要告诉我你想去哪个地方玩呢?是喜欢山里的清新空气,还是海边的小沙滩呢?还有,你打算几天时间呀?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
