danny-avila / LibreChat

Enhanced ChatGPT Clone: Features Anthropic, AWS, OpenAI, Assistants API, Azure, Groq, o1, GPT-4o, Mistral, OpenRouter, Vertex AI, Gemini, Artifacts, AI model switching, message search, langchain, DALL-E-3, ChatGPT Plugins, OpenAI Functions, Secure Multi-User System, Presets, completely open-source for self-hosting. Actively in public development.
https://librechat.ai/
MIT License
19.33k stars 3.23k forks source link

🎨 style: parameters panel update #4780

Closed berry-13 closed 3 days ago

berry-13 commented 3 days ago

Summary

This pull request includes several changes to the user interface and code quality. The most important changes involve replacing the doubleClickHandler prop with onDoubleClick for various components, removing unused imports, and enhancing the DynamicInput component to handle different input types, along with some Dynamic* style changes

Before After
image image

Change Type

Checklist