mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-17 17:00:15 +01:00
sse events on text submit
This commit is contained in:
parent
27f7276fc8
commit
3a199757ae
6 changed files with 70 additions and 309 deletions
|
|
@ -1,7 +1,8 @@
|
|||
import React from 'react';
|
||||
import React, { useState } from 'react';
|
||||
import TextChat from './components/TextChat';
|
||||
|
||||
const App = () => {
|
||||
const [messages, setMessages] = useState([]);
|
||||
|
||||
return (
|
||||
<div className="flex h-screen">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue