diff --git a/.gitignore b/.gitignore index 0af7218e..7ebd5829 100644 --- a/.gitignore +++ b/.gitignore @@ -20,6 +20,7 @@ MaiMBot-LPMM *.zip run.bat log_debug/ +run_amds.bat run_none.bat run.py message_queue_content.txt diff --git a/run_amds.bat b/run_amds.bat deleted file mode 100644 index 1bd76219..00000000 --- a/run_amds.bat +++ /dev/null @@ -1,2 +0,0 @@ -@echo off -start "Voice Adapter" cmd /k "call conda activate maipet && cd /d C:\GitHub\MaiM-desktop-pet && echo Running Pet Adapter... && python main.py" \ No newline at end of file diff --git a/template/template.env b/template/template.env index 27f51ddc..d86f23cd 100644 --- a/template/template.env +++ b/template/template.env @@ -5,10 +5,12 @@ PORT=8000 SILICONFLOW_BASE_URL=https://api.siliconflow.cn/v1/ DEEP_SEEK_BASE_URL=https://api.deepseek.com/v1 CHAT_ANY_WHERE_BASE_URL=https://api.chatanywhere.tech/v1 +BAILIAN_BASE_URL = https://dashscope.aliyuncs.com/compatible-mode/v1 xxxxxxx_BASE_URL=https://xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx # 定义你要用的api的key(需要去对应网站申请哦) DEEP_SEEK_KEY= CHAT_ANY_WHERE_KEY= SILICONFLOW_KEY= +BAILIAN_KEY = xxxxxxx_KEY= \ No newline at end of file