修复依赖注入问题? (#17)

* 实现缓存装饰器,优化数据获取和存储逻辑

* 重构代码,准备将聊天请求逻辑移入MarshoHandler

* 记录点(

* unfinished

* 🎨 重写基本完毕

* 移除未使用import,添加漏掉的换行

* 修复依赖注入问题?
This commit is contained in:
Akarin~
2025-02-26 00:47:57 +08:00
committed by GitHub
parent aa53643aae
commit 1cd60252b5
4 changed files with 11 additions and 8 deletions

View File

@ -264,7 +264,7 @@ async def marsho(
context.append(context_user.as_dict(), target.id, target.private)
context.append(context_assistant.to_dict(), target.id, target.private)
else:
await UniMessage("没有回答").send()
return
except Exception as e:
await UniMessage(str(e) + suggest_solution(str(e))).send()
traceback.print_exc()