This repository was archived by the owner on Sep 15, 2024. It is now read-only.
forked from ChatGPTNextWeb/NextChat
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Cherry Pick] Head Repo & Additional Improvement for Model Vision (#279)
* Add vision support (ChatGPTNextWeb#4076) * Refactor [UI/UX] [Front End] [Chat] Remove Duplicate "onUserInput" - [+] refactor(chat.tsx): remove duplicate onUserInput call and localStorage.setItem in _Chat function * Feat [UI/UX] [Chat List] Search Support for Multimodal Content - [+] feat(chat-list.tsx): add search support for array of MultimodalContent in ChatList component * Style [UI/UX] [Chat List] Linting - [+] style(chat-list.tsx): improve readability by breaking down lengthy if condition into multiple lines * Adding Back Text Moderation - [+] feat(openai.ts): add support for text moderation in chat method * Feat [LLM APIs] [Google] InlineData - [+] feat(google.ts): add InlineData to MessagePart, refactor message construction - [+] chore(google.ts): add comments for clarity * Style [LLM APIs] [Google] InlineData - [+] style(google.ts): update comment for InlineData interface * Todo [LLM APIs] [Google] InlineData - [+] todo(google.ts): add TODO comment to improve safety settings configuration * Todo [UI/UX] [Front End] [Chat] Summarize - [+] chore(chat.ts): add TODO comment to improve the summary for gemini-pro-vision --------- Co-authored-by: TheRamU <[email protected]>
- Loading branch information
1 parent
fc51375
commit 49fa2d0
Showing
17 changed files
with
681 additions
and
93 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.