mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-12-19 18:25:44 +08:00
新增AI操作分类,支持AI对话(预设翻译、总结、shell生成)
This commit is contained in:
6
plugin/lib/quickcomposer/ai/index.js
Normal file
6
plugin/lib/quickcomposer/ai/index.js
Normal file
@@ -0,0 +1,6 @@
|
||||
const { chat, getModels } = require("./chat");
|
||||
|
||||
module.exports = {
|
||||
chat,
|
||||
getModels,
|
||||
};
|
||||
Reference in New Issue
Block a user