mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-01-03 17:18:51 +01:00
fix: migrate old schema to new
This commit is contained in:
parent
4fd05e15b4
commit
3e7ce67609
3 changed files with 10 additions and 3 deletions
|
|
@ -74,6 +74,7 @@ export default function Conversation({
|
|||
);
|
||||
}
|
||||
const data = await trigger();
|
||||
console.log('data', data);
|
||||
|
||||
if (chatGptLabel) {
|
||||
dispatch(setModel('chatgptCustom'));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue