mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-17 00:40:14 +01:00
feat: Bing Image Creator
This commit is contained in:
parent
ad29d25396
commit
530f9d303f
3 changed files with 24 additions and 2 deletions
|
|
@ -172,7 +172,8 @@ const ask = async ({
|
|||
let unfinished = false;
|
||||
if (partialText?.trim()?.length > response.text.length) {
|
||||
response.text = partialText;
|
||||
unfinished = true;
|
||||
unfinished = false;
|
||||
//setting "unfinished" to false fix bing image generation error msg and allows to continue a convo after being triggered by censorship (bing does remember the context after a "censored error" so there is no reason to end the convo)
|
||||
}
|
||||
|
||||
let responseMessage = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue