fix:修改模板
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -20,6 +20,7 @@ MaiMBot-LPMM
|
||||
*.zip
|
||||
run.bat
|
||||
log_debug/
|
||||
run_amds.bat
|
||||
run_none.bat
|
||||
run.py
|
||||
message_queue_content.txt
|
||||
|
||||
@@ -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"
|
||||
@@ -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=
|
||||
Reference in New Issue
Block a user