LibreChat/client
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
..
public Fonts (#261) 2023-05-14 12:06:53 -04:00
src Fixes (#313) 2023-05-18 07:45:07 -04:00
.babelrc chore: reorganize client files for docker 2023-03-06 10:47:06 -05:00
.env.example feat: Frontend app title environment variable (#291) 2023-05-17 19:23:13 -04:00
.eslintrc.js turn off no-debugger in eslintrc for debugginer purposes 2023-04-06 14:55:26 -07:00
.prettierrc chore: add prettier 2023-03-22 01:32:30 -04:00
defaultSystemMessage.md Update defaultSystemMessage.md 2023-04-04 13:35:34 -04:00
index.html Fixes (#313) 2023-05-18 07:45:07 -04:00
nginx.conf fix: update url rule in nginx 2023-03-29 16:11:43 +08:00
package.json Added functionality to allow users to set custom api keys (#276) 2023-05-17 19:21:30 -04:00
postcss.config.cjs refactor: rename and fix postcss.config 2023-04-01 12:57:17 -07:00
tailwind.config.cjs Fonts (#261) 2023-05-14 12:06:53 -04:00
tsconfig.json Fix: fix javascript heap out of memory error from vite 2023-04-07 07:27:05 -07:00
vite.config.ts feat: Frontend app title environment variable (#291) 2023-05-17 19:23:13 -04:00