


















    
        
    

    
        

        
            
        
    
        

        
            
        
    




<?xml version="1.0" encoding="utf-8"?>

<rss version="2.0"  xml:lang="en-sv"  xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        

        

        
            <language>en-sv</language>
        

        
            <lastBuildDate>Fri, 24 Apr 2026 17:07:29 CEST</lastBuildDate>
        

        
            <link>https://blog.troed.se/tags/voice/</link>
        

        
            <atom:link href="https://blog.troed.se/tags/voice/rss.xml" hreflang="en-sv" rel="self" type="application/rss+xml"/>
        

        
            

            <atom:link href="https://blog.troed.se/tags/voice/" hreflang="en-sv" rel="alternate" type="text/html"/>
        
            

            <atom:link href="https://blog.troed.se/tags/voice/rss.xml" hreflang="en-sv" rel="alternate" type="application/rss+xml"/>
        

        

        

        
            <title>Voice · Tags · Things I couldn&rsquo;t find elsewhere</title>
        

        

        
            
                <item>
                    
                    
                    
                    
                    
                    
                    

                    

                    

                    

                    

                    
                    
                    

                    

                    
                        <description><![CDATA[<p><a href=https://openwebui.com/ rel=external>OpenWebUI</a>
is a great AI toolbox for personal or family use. They manage to get a pretty user friendly UI set up that can tie into both local and remote AI servers - with some caveats. The support for Speech-To-Text is one such, where the only local support is for their built-in Faster Whisper server, which only allows you to specify which of the models in the <a href=https://huggingface.co/collections/Systran/faster-whisper rel=external>Systran repository</a>
you want to use.</p><p>I don&rsquo;t want to use one of those models. I want to use the one by <a href=https://huggingface.co/collections/KBLab/kb-whisper rel=external>Kungliga Biblioteket</a>
, that will handle both Swedish and English.</p><p>The solution is to use the <code>huggingface-cli</code> binary and download the repository from KB:</p><pre tabindex=0><code>$ huggingface-cli download KBLab/kb-whisper-small</code></pre><p>&mldr; then enter the model cache folder in your OpenWebUI installation. I run mine dockerized, and by default it maps the host folder <code>data</code> into <code>/app/backend/data</code> in the container. The Whisper model cache thus ends up at <code>data/cache/whisper/models/</code> on the host.</p><p>Move your downloaded model there, and rename it to match the Systran repo name:</p><pre tabindex=0><code>$ mv models--KBLab--kb-whisper-small models--Systran--faster-whisper-small</code></pre><p>&mldr; and now you can enter &ldquo;small&rdquo; (in this example) as the model in the OpenWebUI STT settings and the model you downloaded will be used instead of the one from Systran.</p><p>I probably should&rsquo;ve made a PR on OpenWebUI rather than a blog post, but hey. Maybe it&rsquo;ll help someone in the meantime.</p>]]></description>
                    

                    
                        <guid isPermaLink="false">tag:blog.troed.se,2026-04-24:/posts/swedish-stt-in-openwebui/</guid>
                    

                    
                        <link>https://blog.troed.se/posts/swedish-stt-in-openwebui/</link>
                    

                    
                        

                        

                        <atom:link href="https://blog.troed.se/posts/swedish-stt-in-openwebui/" hreflang="en-sv" rel="alternate" type="text/html"/>
                    

                    

                    
                        <pubDate>Fri, 24 Apr 2026 17:07:29 CEST</pubDate>
                    

                    
                        <title>Swedish Speech-To-Text in OpenWebUI</title>
                    
                </item>
            
        
    </channel>
</rss>
