LibreChat/api/server
Danny Avila d7ef4590ea
🔧 Fix: Resolve Anthropic Client Issues 🧠 (#1226)
* fix: correct preset title for Anthropic endpoint

* fix(Settings/Anthropic): show correct default value for LLM temperature

* fix(AnthropicClient): use `getModelMaxTokens` to get the correct LLM max context tokens, correctly set default temperature to 1, use only 2 params for class constructor, use `getResponseSender` to add correct sender to response message

* refactor(/api/ask|edit/anthropic): save messages to database after the final response is sent to the client, and do not save conversation from route controller

* fix(initializeClient/anthropic): correctly pass client options (endpointOption) to class initialization

* feat(ModelService/Anthropic): add claude-1.2
2023-11-26 14:44:57 -05:00
..
controllers feat: Order/disable endpoints with ENDPOINTS env var (#1206) 2023-11-22 13:56:38 -05:00
middleware feat: Vision Support + New UI (#1203) 2023-11-21 20:12:48 -05:00
routes 🔧 Fix: Resolve Anthropic Client Issues 🧠 (#1226) 2023-11-26 14:44:57 -05:00
services 🔧 Fix: Resolve Anthropic Client Issues 🧠 (#1226) 2023-11-26 14:44:57 -05:00
utils feat: bun api support 🥟 (#1021) 2023-10-07 11:16:06 -04:00
index.js feat: Vision Support + New UI (#1203) 2023-11-21 20:12:48 -05:00
socialLogins.js feat(api): initial Redis support; fix(SearchBar): proper debounce (#1039) 2023-10-11 17:05:47 -04:00