Add qwen settings to env.example
This commit is contained in:
parent
7ba74f3b51
commit
806e85fcec
1 changed files with 6 additions and 1 deletions
|
|
@ -13,3 +13,8 @@ ALLOWED_ROOMS=!roomid1:matrix.org,!roomid2:matrix.org
|
||||||
# Whisper settings
|
# Whisper settings
|
||||||
WHISPER_LANGUAGE=ru
|
WHISPER_LANGUAGE=ru
|
||||||
WHISPER_MODEL=small
|
WHISPER_MODEL=small
|
||||||
|
|
||||||
|
#Qwen settings
|
||||||
|
QWEN_API_KEY=your_api_key
|
||||||
|
QWEN_ENDPOINT=your_endpoint
|
||||||
|
QWEN_MODEL=qwen_model
|
||||||
Loading…
Add table
Add a link
Reference in a new issue