mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-17 17:00:15 +01:00
add buttons to custom model menu items
This commit is contained in:
parent
6d757ff91f
commit
191118b90b
4 changed files with 41 additions and 8 deletions
|
|
@ -24,7 +24,6 @@ import { Dialog } from '../ui/Dialog.tsx';
|
|||
export default function ModelMenu() {
|
||||
const dispatch = useDispatch();
|
||||
const [modelSave, setModelSave] = useState(false);
|
||||
// const [dialogOpen, setDialogOpen] = useState(false);
|
||||
const { model, customModel } = useSelector((state) => state.submit);
|
||||
const { models, modelMap, initial } = useSelector((state) => state.models);
|
||||
const { trigger } = manualSWR(`http://localhost:3080/api/customGpts`, 'get', (res) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue