-
- Downloads
add support for exporting to json and csv in workspace chats (#622)
* add support for exporting to json and csv in workspace chats * safety encode URL options * remove message about openai fine tuning on export success * all defaults to jsonl
Showing
- frontend/src/index.css 32 additions, 0 deletionsfrontend/src/index.css
- frontend/src/models/system.js 4 additions, 2 deletionsfrontend/src/models/system.js
- frontend/src/pages/GeneralSettings/Chats/index.jsx 78 additions, 13 deletionsfrontend/src/pages/GeneralSettings/Chats/index.jsx
- server/endpoints/system.js 23 additions, 7 deletionsserver/endpoints/system.js
- server/endpoints/utils.js 35 additions, 1 deletionserver/endpoints/utils.js
Loading
Please register or sign in to comment