shibing624 / ChatPilot

ChatPilot: Chat Agent Web UI,实现Chat对话前端,支持Google搜索、文件网址对话(RAG)、代码解释器功能,复现了Kimi Chat(文件,拖进来;网址,发出来)。
https://chat.mulanai.com
Apache License 2.0
479 stars 47 forks source link

why don't use tortoise ORM ? #3

Open BoFan-tunning opened 6 months ago

BoFan-tunning commented 6 months ago

This project used ORM is Peewee。

Peewee ORM is a simple and lightweight ORM, but it does not support asynchronous operations.

Can you change to tortoise ORM?

shibing624 commented 6 months ago

in the plan list.