LibreChat/api/app/clients
Danny Avila 45b42830a5
🚀 feat: o1 (#4019)
* feat: o1 default response sender string

* feat: add o1 models to default openai models list, add `no_system_messages` error type; refactor: use error type as localization key

* refactor(MessageEndpointIcon): differentiate openAI icon model color for o1 models

* refactor(AnthropicClient): use new input/output tokens keys; add prompt caching for claude-3-opus

* refactor(BaseClient): to use new input/output tokens keys; update typedefs

* feat: initial o1 model handling, including token cost complexity

* EXPERIMENTAL: special handling for o1 model with custom instructions
2024-09-12 18:15:43 -04:00
..
agents 🧹 chore: clean commented code (#3160) 2024-06-23 18:13:01 -04:00
callbacks fix: Avoid Throwing Errors for Unsupported Token Count Endpoints 🪙 (#1356) 2023-12-15 02:40:15 -05:00
chains refactor(api): Central Logging 📜 (#1348) 2023-12-14 07:49:27 -05:00
document feat: ConversationSummaryBufferMemory (#973) 2023-09-26 21:02:28 -04:00
llm 🚧 chore: merge latest dev build to main repo (#3844) 2024-08-31 16:33:51 -04:00
memory refactor(api): Central Logging 📜 (#1348) 2023-12-14 07:49:27 -05:00
output_parsers 🖼️ fix: correct image extraction (#3538) 2024-08-04 20:53:11 -04:00
prompts 🪨 fix: Formatting Edge Case Handling for Bedrock Messages (#4016) 2024-09-12 06:06:22 -04:00
specs 🪨 feat: AWS Bedrock support (#3935) 2024-09-09 12:06:59 -04:00
tools ⚙️ fix: Ensure Azure AI Search TOP is a number (#3891) 2024-09-11 09:21:33 -04:00
AnthropicClient.js 🚀 feat: o1 (#4019) 2024-09-12 18:15:43 -04:00
BaseClient.js 🚀 feat: o1 (#4019) 2024-09-12 18:15:43 -04:00
ChatGPTClient.js 🛠️ refactor: Improve Logging and Error Handling in ToolService and useSSE (#2922) 2024-05-30 12:58:43 -04:00
GoogleClient.js 🪄 feat: Code Artifacts (#3798) 2024-08-27 17:03:16 -04:00
index.js ci(backend-review.yml): add linter step to the backend review workflow (#625) 2023-07-14 09:36:49 -04:00
OllamaClient.js ⚙️ feat: Adjust Rate of Stream Progress (#3244) 2024-07-17 10:47:17 -04:00
OpenAIClient.js 🚀 feat: o1 (#4019) 2024-09-12 18:15:43 -04:00
PluginsClient.js 🪄 feat: Code Artifacts (#3798) 2024-08-27 17:03:16 -04:00
TextStream.js refactor(api): Central Logging 📜 (#1348) 2023-12-14 07:49:27 -05:00