mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-17 08:50:15 +01:00
🤖 fix: Minor Assistants Issues (#4436)
* refactor(OpenAIClient): titleChatCompletion try/catch * fix: remove duplicate concatenation as seems to be handled by client SDK now * fix: assistants image upload * chore: imports order
This commit is contained in:
parent
65888c274a
commit
b85c6206ab
3 changed files with 26 additions and 16 deletions
|
|
@ -329,7 +329,7 @@ class StreamRunManager {
|
|||
}
|
||||
} else if (typeof delta[key] === 'string' && typeof data[key] === 'string') {
|
||||
// Concatenate strings
|
||||
data[key] += delta[key];
|
||||
// data[key] += delta[key];
|
||||
} else if (
|
||||
typeof delta[key] === 'object' &&
|
||||
delta[key] !== null &&
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue