mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-01-01 08:08:49 +01:00
organize modules
This commit is contained in:
parent
78c9f3dc74
commit
0f6fcd5928
5 changed files with 111 additions and 78 deletions
9
app/index.js
Normal file
9
app/index.js
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
const { titleConvo } = require('./chatgpt');
|
||||
const { askClient } = require('./chatgpt-client');
|
||||
const { askBing } = require('./bingai');
|
||||
|
||||
module.exports = {
|
||||
titleConvo,
|
||||
askClient,
|
||||
askBing,
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue