<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[open Web UI 配置title&#x2F;默认语言]]></title><description><![CDATA[<h3>1、默认title配置</h3>
<p dir="auto">目前代码backend中有个congfig.py文件，打开增加一行代码</p>
<pre><code>WEBUI_NAME = _get_env_by_type("WEBUI_NAME", dft="灵岸")
</code></pre>
<p dir="auto">然后在.env中才能生效</p>
<h3>2、配置语言</h3>
<p dir="auto">目前docker有映射一个dada目录，在目录中找到config.json文件，修改如下<code>  "default_locale": "zh-CN",</code>：</p>
<pre><code>
{
    "version": 0,
    "ui": {
        "default_locale": "zh-CN",
        "prompt_suggestions": [
            {
                "title": [
                    "Help me study",
                    "vocabulary for a college entrance exam"
                ],
                "content": "Help me study vocabulary: write a sentence for me to fill in the blank, and I'll try to pick the correct option."
            }
        ]
    }
}
</code></pre>
<p dir="auto">最后重启灵岸docker服务</p>
]]></description><link>http://an.forum.genostack.com/topic/1120/open-web-ui-配置title-默认语言</link><generator>RSS for Node</generator><lastBuildDate>Sat, 13 Jun 2026 11:03:43 GMT</lastBuildDate><atom:link href="http://an.forum.genostack.com/topic/1120.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 22 Mar 2025 13:47:24 GMT</pubDate><ttl>60</ttl></channel></rss>