mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-18 09:20:15 +01:00
fix: generate title by backend
This commit is contained in:
parent
3e7ce67609
commit
27515cb00a
6 changed files with 40 additions and 26 deletions
|
|
@ -307,7 +307,7 @@ export default function TextChat({ messages }) {
|
|||
|
||||
const changeHandler = (e) => {
|
||||
const { value } = e.target;
|
||||
console.log(value)
|
||||
|
||||
if (isSubmitting && (value === '' || value === '\n')) {
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue