feat(vision): add vision chat mode

- Add new "vision" chat mode to the application
- Implement the `visionChatMode` function to handle vision-based chat interactions
- Update the UI to include a new button to toggle the vision chat mode
- Add new translations for the "vision" chat mode tooltip
- Disable certain UI elements when the vision chat mode is active
This commit is contained in:
n4ze3m
2024-11-23 14:04:57 +05:30
parent edc5380a76
commit 2c12b17dda
5 changed files with 368 additions and 47 deletions

View File

@@ -23,7 +23,8 @@
"speechToText": "Speech to Text",
"uploadImage": "Upload Image",
"stopStreaming": "Stop Streaming",
"knowledge": "Knowledge"
"knowledge": "Knowledge",
"vision": "[Experimental] Vision Chat"
},
"sendWhenEnter": "Send when Enter pressed",
"welcome": "Hello! How can I help you today?"