mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-03-11 10:32:37 +01:00
bing styling in progress
This commit is contained in:
parent
eae82edb83
commit
5e57deab5f
7 changed files with 58 additions and 22 deletions
|
|
@ -4,6 +4,7 @@ const customClient = require('./chatgpt-custom');
|
|||
const { askBing } = require('./bingai');
|
||||
const { askSydney } = require('./sydney');
|
||||
const titleConvo = require('./titleConvo');
|
||||
const getCitations = require('./getCitations');
|
||||
const detectCode = require('./detectCode');
|
||||
|
||||
module.exports = {
|
||||
|
|
@ -13,5 +14,6 @@ module.exports = {
|
|||
askBing,
|
||||
askSydney,
|
||||
titleConvo,
|
||||
getCitations,
|
||||
detectCode
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue