mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-02-21 01:44:09 +01:00
Merge branch 'main' into Speech-to-Text
This commit is contained in:
commit
cfe6325282
2 changed files with 2 additions and 3 deletions
|
|
@ -1,5 +1,4 @@
|
||||||
import { TModelSelectProps } from '~/common';
|
import { TModelSelectProps, ESide } from '~/common';
|
||||||
import type { ESide } from '~/common';
|
|
||||||
import {
|
import {
|
||||||
Switch,
|
Switch,
|
||||||
SelectDropDown,
|
SelectDropDown,
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
import React from 'react';
|
import React from 'react';
|
||||||
import { HoverCardPortal, HoverCardContent } from '~/components/ui';
|
import { HoverCardPortal, HoverCardContent } from '~/components/ui';
|
||||||
import type { ESide } from '~/common';
|
import { ESide } from '~/common';
|
||||||
import { useLocalize } from '~/hooks';
|
import { useLocalize } from '~/hooks';
|
||||||
|
|
||||||
type TOptionHoverProps = {
|
type TOptionHoverProps = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue