LibreChat/api/app/clients
Danny Avila f1bc711cd7
🐛 fix: Prevent Node Server Crash Due to Unhandled ChatCompletionMessage Error (#1278)
* refactor(addTitle): avoid generating title when a request was aborted

* chore: bump openai to latest

* fix: catch OpenAIError Uncaught error as last resort

* fix: handle final messages excludes role=assistant

* Update OpenAIClient.js

* chore: fix linting errors
2023-12-04 22:58:23 -05:00
..
agents
callbacks
chains
document
llm
memory
output_parsers
prompts feat: Vision Support + New UI (#1203) 2023-11-21 20:12:48 -05:00
specs fix(PluginsClient/getFunctionModelName): returns input if agent model is function capable (#1246) 2023-11-30 12:50:52 -05:00
tools 🐛 fix: Prevent Node Server Crash Due to Unhandled ChatCompletionMessage Error (#1278) 2023-12-04 22:58:23 -05:00
AnthropicClient.js 🔧 Fix: Resolve Anthropic Client Issues 🧠 (#1226) 2023-11-26 14:44:57 -05:00
BaseClient.js feat: Vision Support + New UI (#1203) 2023-11-21 20:12:48 -05:00
ChatGPTClient.js fix: Resolve Token Credit Balance Issues for Instruct Models 🛠️ (#1232) 2023-11-26 18:12:27 -05:00
GoogleClient.js
index.js
OpenAIClient.js 🐛 fix: Prevent Node Server Crash Due to Unhandled ChatCompletionMessage Error (#1278) 2023-12-04 22:58:23 -05:00
PluginsClient.js fix(PluginsClient/getFunctionModelName): returns input if agent model is function capable (#1246) 2023-11-30 12:50:52 -05:00
TextStream.js