Files
fuwuduan/config/popularbiology/popularbiology-client.toml
2025-10-20 07:39:17 +00:00

22 lines
689 B
TOML
Raw Permalink 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.

#是否展示欢迎信息
showWelcomeMessage = true
#百度千帆的 appid
appId = "your_appid"
#百度千帆apikey
apiKey = "your_apikey"
#请求的URL
chat-apiUrl = "null"
#使用的模型
model = "deepseek-r1"
#是否开启上下文如果开启可能会导致token使用较多
enableContext = true
#与AI交互的基础信息:你是Minecraft中的一只宠物...模组已经帮你拼接了每一个宠物的名字,剩下的信息可以自己写
systemInfo = "你是Minecraft中的一只宠物,负责对话聊天你的回复不要超过30个字"
#是否开启web搜索
enableWebSearch = false
#TTS API URL
ttsApiUrl = "null"
#TTS API KEY
ttsApiKey = "null"