mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-02-11 20:14:24 +01:00
get convos endpoint
This commit is contained in:
parent
c821d1eee5
commit
2869638cc0
6 changed files with 50 additions and 5 deletions
|
|
@ -13,8 +13,8 @@ const App = () => {
|
|||
<Nav />
|
||||
{/* <div className="flex h-full flex-1 flex-col md:pl-[260px]"> */}
|
||||
<div className="flex h-full w-full flex-1 flex-col bg-gray-50 md:pl-[260px]">
|
||||
<MobileNav />
|
||||
{/* <main className="relative h-full w-full transition-width flex flex-col overflow-hidden items-stretch flex-1"> */}
|
||||
<MobileNav />
|
||||
<Messages messages={messages} />
|
||||
<TextChat
|
||||
messages={messages}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue