LibreChat/client/src/components/SidePanel
Danny Avila 8dc5b320bc
📊 refactor: use Parameters from Side Panel for OpenAI, Anthropic, and Custom endpoints (#4092)
* feat: openai parameters

* refactor: anthropic/bedrock params, add preset params for openai, and add azure params

* refactor: use 'compact' schemas for anthropic/openai

* refactor: ensure custom endpoints are properly recognized as valid param endpoints

* refactor: update paramEndpoints check in BaseClient.js

* chore: optimize logging by omitting modelsConfig

* refactor: update label casing in baseDefinitions combobox items

* fix: remove 'stop' model options when using o1 series models

* refactor(AnthropicClient): remove default `stop` value

* refactor: reset params on parameters change

* refactor: remove unused default parameter value map introduced in prior commit

* fix: 'min' typo for 'max' value

* refactor: preset settings

* refactor: replace dropdown for image detail with slider; remove `preventDelayedUpdate` condition from DynamicSlider

* fix: localizations for freq./pres. penalty

* Refactor maxOutputTokens to use coerceNumber in tConversationSchema

* refactor(AnthropicClient): use `getModelMaxOutputTokens`
2024-09-17 22:25:54 -04:00
..
Agents 🪨 feat: AWS Bedrock support (#3935) 2024-09-09 12:06:59 -04:00
Bookmarks 🔖 feat: Enhance Bookmarks UX, add RBAC, toggle via librechat.yaml (#3747) 2024-08-22 17:09:05 -04:00
Builder 💡 style: switched to Ariakit's tooltip (#3748) 2024-09-13 08:59:09 -04:00
Files 🤲 a11y: Sidebar Text Contrast (#3665) 2024-08-16 13:50:47 -04:00
Parameters 📊 refactor: use Parameters from Side Panel for OpenAI, Anthropic, and Custom endpoints (#4092) 2024-09-17 22:25:54 -04:00
AgentSwitcher.tsx 🚧 chore: merge latest dev build to main repo (#3844) 2024-08-31 16:33:51 -04:00
AssistantSwitcher.tsx 📱 fix: Resolve Android Device and Accessibility Issues of Sidebar Combobox (#3689) 2024-08-18 19:02:46 -04:00
data.tsx feat: Assistants API, General File Support, Side Panel, File Explorer (#1696) 2024-02-13 20:42:27 -05:00
index.ts feat: Assistants API, General File Support, Side Panel, File Explorer (#1696) 2024-02-13 20:42:27 -05:00
ModelSwitcher.tsx 📱 fix: Resolve Android Device and Accessibility Issues of Sidebar Combobox (#3689) 2024-08-18 19:02:46 -04:00
Nav.tsx 💡 style: switched to Ariakit's tooltip (#3748) 2024-09-13 08:59:09 -04:00
SidePanel.tsx 📊 refactor: use Parameters from Side Panel for OpenAI, Anthropic, and Custom endpoints (#4092) 2024-09-17 22:25:54 -04:00
Switcher.tsx 🚧 chore: merge latest dev build to main repo (#3844) 2024-08-31 16:33:51 -04:00