新增AI操作分类,支持AI对话(预设翻译、总结、shell生成)

This commit is contained in:
fofolee
2025-02-17 17:44:01 +08:00
parent 89a2e07b13
commit d7508c36a7
9 changed files with 502 additions and 5 deletions

View File

@@ -0,0 +1,6 @@
const { chat, getModels } = require("./chat");
module.exports = {
chat,
getModels,
};