LibreChat/client/src/components/Chat/Input
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
..
Files 💡 style: switched to Ariakit's tooltip (#3748) 2024-09-13 08:59:09 -04:00
ActiveSetting.tsx 📧 feat: Mention "@" Command Popover (#2635) 2024-05-07 13:13:55 -04:00
AddedConvo.tsx 🏷️ a11y: add aria-label to close button and aria-hidden to SVG (#3698) 2024-08-19 18:08:29 -04:00
AudioRecorder.tsx 💡 style: switched to Ariakit's tooltip (#3748) 2024-09-13 08:59:09 -04:00
ChatForm.tsx 💬 feat: assistant conversation starter (#3699) 2024-08-31 13:42:20 -04:00
CircleRender.tsx 🚧 chore: merge latest dev build to main repo (#3844) 2024-08-31 16:33:51 -04:00
HeaderOptions.tsx 📊 refactor: use Parameters from Side Panel for OpenAI, Anthropic, and Custom endpoints (#4092) 2024-09-17 22:25:54 -04:00
Mention.tsx 📧 fix: @/+command timing for click selections - closes #3613 (#3617) 2024-08-12 09:06:23 -04:00
MentionItem.tsx 📧 fix: @/+command timing for click selections - closes #3613 (#3617) 2024-08-12 09:06:23 -04:00
OptionsPopover.tsx 🧪 feat: Prompt Dropdown Variable; style: Add Markdown Support (#3681) 2024-08-18 05:52:05 -04:00
PopoverButtons.tsx 🔧 fix+chore: Resolve Overflow in Settings Modal & Upgrade to Headless UI 2.0 (#2661) 2024-07-10 16:45:58 -04:00
PromptsCommand.tsx 🔖 feat: Enhance Bookmarks UX, add RBAC, toggle via librechat.yaml (#3747) 2024-08-22 17:09:05 -04:00
SendButton.tsx 💡 style: switched to Ariakit's tooltip (#3748) 2024-09-13 08:59:09 -04:00
StopButton.tsx 🔄 feat: chat direction (LTR-RTL) (#3260) 2024-07-17 10:08:13 -04:00
StreamAudio.tsx fix: Export Button Content Shift; chore: bump axios and add logging (#3668) 2024-08-16 18:03:27 -04:00
TextareaHeader.tsx 🌿 feat: Multi-response Streaming (#3191) 2024-06-25 03:02:38 -04:00