-
Notifications
You must be signed in to change notification settings - Fork 988
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
34 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
# Mi Services | ||
MI_USER="Xiaomi Account" | ||
MI_PASS="Account Password" | ||
MI_DID="Device ID or Name (optional - fill in after retrieving from the device list)" | ||
MI_USER="小米账号" | ||
MI_PASS="账号密码" | ||
MI_DID="小爱音箱设备 ID 或在米家 APP 种设置的设备名称" | ||
|
||
# OpenAI | ||
OPENAI_MODEL=gpt-3.5-turbo-0125 | ||
OPENAI_MODEL=gpt-4o | ||
OPENAI_API_KEY=sk-xxxxxxxxxxxxxxx | ||
|
||
# Sound Effects | ||
AUDIO_SILENT=静音音频链接 | ||
AUDIO_BEEP=默认提示音链接 | ||
AUDIO_ACTIVE=唤醒提示音链接 | ||
AUDIO_ERROR=出错了提示音链接 | ||
# 提示音效(可选) | ||
# AUDIO_SILENT=静音音频链接 | ||
# AUDIO_BEEP=默认提示音链接 | ||
# AUDIO_ACTIVE=唤醒提示音链接 | ||
# AUDIO_ERROR=出错了提示音链接 | ||
|
||
# Doubao TTS | ||
TTS_DOUBAO=豆包 TTS 接口 | ||
SPEAKERS_DOUBAO=豆包 TTS 音色列表接口 | ||
# Doubao TTS(可选) | ||
# TTS_DOUBAO=豆包 TTS 接口 | ||
# SPEAKERS_DOUBAO=豆包 TTS 音色列表接口 |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
# v1.2.0 | ||
|
||
- 更新默认模型为 gpt-4o | ||
|
||
# v1.1.0 | ||
|
||
- 新增 Arm64 Docker 镜像 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters