LibreChat/api/server/routes
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
..
ask feat(api): add support for user-provided OpenAI API key (#311) 2023-05-17 21:58:56 -04:00
auth.js feat: Auth and User System (#205) 2023-05-07 10:04:51 -07:00
convos.js feat: Auth and User System (#205) 2023-05-07 10:04:51 -07:00
endpoints.js Fixes (#313) 2023-05-18 07:45:07 -04:00
index.js feat: Auth and User System (#205) 2023-05-07 10:04:51 -07:00
messages.js feat: Auth and User System (#205) 2023-05-07 10:04:51 -07:00
oauth.js feat: Auth and User System (#205) 2023-05-07 10:04:51 -07:00
presets.js feat: Auth and User System (#205) 2023-05-07 10:04:51 -07:00
prompts.js reorganize dirs for dockerize 2023-03-06 10:15:07 -05:00
search.js feat: Auth and User System (#205) 2023-05-07 10:04:51 -07:00
tokenizer.js feat: Auth and User System (#205) 2023-05-07 10:04:51 -07:00