- Improve UI for printer
- Allow configuration of both OpenAI and Groq API, with the ability to switch between them as needed
- Add a small title to indicate which "chat" type is being used
- Fix bug: prevent shortcut keys on the main page from being triggered when editing a message in the textbox
- don't share message between tabs
- Hide Dialog on Outside Click: You can now hide the dialog box by clicking outside the chat window, making it easier to navigate and focus on other tasks.
- Teach-Me Menu: Explore our new teach-me menu, designed to help you get the most out of our platform.
- Action Buttons: Take action quickly with our new action buttons, allowing you to perform tasks with ease.
- Draggable Footer: Customize your chat experience with a draggable footer that fits your needs.
- Improved Prompts: Our AI-powered prompts have been fine-tuned to provide more accurate and helpful responses.
- Editable Messages: You can now modify your messages to correct typos or change your mind.
- Refactor: We've refactored our codebase to improve performance and stability.
- Bug Fixes: We've squashed several bugs to ensure a smoother experience for you.
- Enjoy the new features and improvements! If you have any feedback or suggestions, please don't hesitate to reach out.
- fix issue on gpt: corrected english sentense always be returned as Vietnamese
- add icon and more modern UI for caption action buttons
- animation for maximize button
- update prompt to reduce token
- fix a bug that trigger input textbox trigger keydown on main page
- add css for error-message
- should clear input text after added message to chat
- fix blur annoying issue when hover on message or focus on input
- fix issue: did not save user message into storage in case API get error
- Implement a simple chat box to allow users to chat without a predefined prompt
- Implement maximize and minimize features
- Initialize project
- Implement Summarize, Translate, Correct Grammar, and Pronounce features