mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-12-17 00:44:35 +08:00
7 lines
91 B
JavaScript
7 lines
91 B
JavaScript
const { chat, getModels } = require("./chat");
|
|
|
|
module.exports = {
|
|
chat,
|
|
getModels,
|
|
};
|