mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-01-15 23:15:30 +01:00
🐞 fix: Handle Empty Model Error in Assistants Form (#2265)
This commit is contained in:
parent
cc92597f14
commit
d07396d308
4 changed files with 42 additions and 16 deletions
|
|
@ -18,6 +18,8 @@ import type { LucideIcon } from 'lucide-react';
|
|||
|
||||
export type GenericSetter<T> = (value: T | ((currentValue: T) => T)) => void;
|
||||
|
||||
export type LastSelectedModels = Record<EModelEndpoint, string>;
|
||||
|
||||
export type NavLink = {
|
||||
title: string;
|
||||
label?: string;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue