LibreChat/api
Danny Avila 8d75b25104
Fixes (#313)
* refactor(endpoints.js): remove console.log statement
refactor(index.html): change title to "ChatGPT Clone"

* feat(Chat.jsx): set document title to conversation title or VITE_APP_TITLE or 'Chat' if conversation is null
2023-05-18 07:45:07 -04:00
..
app feat(api): add support for user-provided OpenAI API key (#311) 2023-05-17 21:58:56 -04:00
lib * refactor(getCitations.js): add null check for adaptiveCards variable before accessing its properties (#232) 2023-05-10 21:23:15 -04:00
middleware feat: Auth and User System (#205) 2023-05-07 10:04:51 -07:00
models refactor(Conversation.js): change default pageSize from 12 to 14 in getConvosByPage and getConvosQueried functions. Remove unnecessary parentheses and curly braces in getConvosQueried function. Remove unnecessary parentheses in deleteConvos function. (#267) 2023-05-14 11:45:18 -04:00
server Fixes (#313) 2023-05-18 07:45:07 -04:00
strategies fix issue with validation when google account has multiple spaces in name (#211) 2023-05-07 20:31:27 -04:00
utils Feature/logging system with pino and sanitization (#214) (#227) 2023-05-10 23:59:26 -04:00
.env.example feat(api): add support for user-provided OpenAI API key (#311) 2023-05-17 21:58:56 -04:00
.eslintrc.js chore: eslint rules and blinker update in text handling 2023-03-21 13:41:31 -04:00
.prettierrc feat(api): add support for saving messages to database 2023-04-09 11:17:08 -04:00
nodemon.json fix: ignoreDir pointing correctly 2023-03-07 13:49:15 -05:00
package.json Release 0.4.5 (#282) 2023-05-16 14:30:24 -04:00