Skip to main content

One post tagged with "v0.3.1"

View All Tags

· 5 min read
Yung-Hsiang Hu

Hi everyone, Kuwa v0.3.1 is out, and this update mainly focuses on multimodal input and output, which now supports both speech and images. Combined with the previously launched Bot system and group chat functions, this allows for practical functions such as meeting summaries, speech summaries, simple image generation, and image editing:

  1. Supports the Whisper speech-to-text model, which can output transcripts from uploaded audio files, and features multi-speaker recognition and timestamps.
  2. Supports the Stable Diffusion image generation model, which can generate images from text input or modify uploaded images based on user instructions.
  3. Huggingface executor supports integration with vision-language models such as Phi-3-Vision and LLaVA.
  4. RAG supports direct parameter adjustment through the Web UI and Modelfile, simplifying the calibration process.
  5. RAG supports displaying original documents and cited passages, making it easier to review search results and identify hallucinations.
  6. Supports importing pre-built RAG vector databases, facilitating knowledge sharing across different systems.
  7. Simplified selection of various open models during installation.
  8. Multi-chat Web UI supports direct export of chat records in PDF, Doc/ODT formats.
  9. Multi-chat Web UI supports Modelfile syntax highlighting, making it easy to edit Modelfiles.
  10. Kernel API supports passing website language, allowing the Executor to customize based on user language.
  11. The Executor removes the default System prompt to avoid compromising model performance.