AI Chat
Miku provides intelligent conversation capabilities through Large Language Models (LLMs) provided by NVIDIA NIM.
How to Start Chatting
You can interact with Miku in several ways:
- Mention (@bot): Tag the bot directly in a message.
!chatCommand: Use the command prefix to start a conversation.- Direct Messages (DM): The bot will respond to all private messages you send.
Image Support (Vision)
The bot has the ability to see and analyze images. When you attach one or more images along with the !chat command or a message tagging the bot:
- The bot will download the images (size limited by configuration).
- Convert them to Base64 format and send them to the NVIDIA Vision API.
- Analyze the image content to provide the most appropriate response.
Note: You should prioritize describing the image in your question so the AI focuses on important details.
Math Handling
Miku is configured to answer mathematical questions in Plain-text format for easy reading on Discord.
- Instead of complex LaTeX symbols, the bot uses characters like
^,sqrt(),/. - The system automatically converts responses containing LaTeX from the AI to Plain-text format before sending.