Files
waxgourd-addons/xiaozhi-esp32-server-mini/translations/zh-Hans.yaml

78 lines
3.6 KiB
YAML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
configuration:
timezone:
name: "时区"
description: "设置服务器时区"
host_ip:
name: "主机IP地址"
description: "用于WebSocket连接的IP地址留空将自动获取内网IP"
log_level:
name: "日志级别"
description: "设置日志详细程度"
llm.type:
name: "大语言模型LLM"
description: "选择使用哪个大语言模型LLM DoubaoLLM豆包大语言模型 ChatGLMLLM智谱 AI 大语言模型, DeepSeekLLMDeepSeek 大语言模型"
model_name:
name: "LLM模型名称"
description: "大语言模型的具体模型名称"
llm.api_key:
name: "LLM API密钥"
description: "所选大语言模型服务的API密钥"
tts.type:
name: "文本转语音TTS"
description: "选择使用哪个文本转语音服务TTSDoubaoTTS豆包/火山引擎 文本转语音EdgeTTS微软 Edge 浏览器 文本转语音"
tts.appid:
name: "语音合成AppID"
description: "语音合成服务的应用ID仅DoubaoTTS需要"
tts.access_token:
name: "语音合成访问令牌"
description: "语音合成服务的访问令牌仅DoubaoTTS需要"
tts.voice:
name: "语音合成音色"
description: "语音合成服务的音色设置可选默认为BV001_streaming"
asr.type:
name: "语音识别模型ASR"
description: "选择使用哪种语音识别模型不同模型支持不同语言DoubaoASR豆包语音识别TencentASR腾讯云语音识别FunASRFun语音识别"
asr.appid:
name: "语音识别AppID"
description: "语音识别服务的应用ID仅在线服务需要"
asr.access_token:
name: "语音识别Token/Secret ID"
description: "语音识别服务的访问令牌或密钥ID仅在线服务需要"
asr.secret_key:
name: "语音识别Secret Key"
description: "语音识别服务的密钥仅腾讯ASR需要"
vllm.type:
name: "视觉语言大模型VLLM"
description: "选择使用哪个视觉语言大模型VLLMChatGLMVLLM智谱 AI (Zhipu) 免费QwenVLVLLM阿里云 (通义千问) 付费效果更强XunfeiSparkLLM配置待修正暂不建议使用"
vllm.model_name:
name: "VLLM模型名称"
description: "根据所选服务商填写智谱AI填 glm-4v-flash免费阿里云填 qwen2.5-vl-3b-instruct 或 qwen-vl-max"
vllm.api_key:
name: "VLLM API密钥"
description: "所选服务商的API密钥智谱在 bigmodel.cn 获取,阿里云在 bailian.console.aliyun.com 获取"
intent.type:
name: "意图识别模型"
description: "选择意图识别方式nointent关闭意图识别intent_llm独立LLM模型识别较慢但准确function_call由主LLM直接处理推荐需LLM支持工具调用"
memory.type:
name: "记忆存储"
description: "选择记忆存储方式nomem不启用记忆默认mem0ai云端记忆每月1000次免费mem_local_short本地短期记忆隐私性好"
plugins.get_weather.api_key:
name: "天气API密钥"
description: "和风天气API密钥"
plugins.get_weather.default_location:
name: "默认位置"
description: "天气查询的默认位置"
plugins.home_assistant.base_url:
name: "Home Assistant地址"
description: "您的Home Assistant实例地址"
plugins.home_assistant.api_key:
name: "Home Assistant令牌"
description: "Home Assistant的长期访问令牌"
plugins.home_assistant.devices:
name: "Home Assistant设备"
description: "要控制的Home Assistant设备列表"
network:
8000/tcp: "ESP32设备通信的WebSocket服务器端口"