🚀Now, you can use the following commands for different tasks:
🖼️ @image 'prompt...' → Generates an image 🔉@tts1 'prompt...' → Generates speech in a female voice 🔉 @tts2 'prompt...' → Generates speech in a male voice 🅰️@text 'prompt...' → Enables textual conversation (If not specified, text-to-text generation is the default mode)
graph TD
A[User Interface] --> B[Chat Logic]
B --> C{Command Type}
C -->|Text| D[FastThink-0.5B]
C -->|Image| E[Qwen2-VL-OCR-2B]
C -->|@image| F[Stable Diffusion XL]
C -->|@tts| G[Edge TTS]
D --> H[Response]
E --> H
F --> H
G --> H