mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-01-04 17:48:50 +01:00
🧹 chore: address minor issues (#3710)
* refactor(OpenAIClient): improve error handling in chat completion Improve error handling in the chat completion process to handle scenarios where the response has no choices or the message is undefined. This ensures that the intermediate reply is returned in such cases. Also, add logging statements for better debugging. * refactor(Markdown): only show blinking cursor for latest message * refactor: add submitting selector to prevent blinking cursor for empty, non-streaming, non-latest messages
This commit is contained in:
parent
5de3b8a148
commit
14ddfec9b7
5 changed files with 17 additions and 6 deletions
|
|
@ -1742,7 +1742,7 @@ button.scroll-convo {
|
|||
transform: scale3d(1.25, 1.25, 1);
|
||||
}
|
||||
}
|
||||
.result-thinking:empty:last-child:after {
|
||||
.submitting .result-thinking:empty:last-child:after {
|
||||
-webkit-font-smoothing: subpixel-antialiased;
|
||||
-webkit-animation: pulseSize 1.25s ease-in-out infinite;
|
||||
animation: pulseSize 1.25s ease-in-out infinite;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue