Files
cultivation-world-simulator/static/config.yml
2025-10-12 23:28:49 +08:00

29 lines
573 B
YAML
Raw 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.
llm:
# 填入litellm支持的model name和key
model_name: "your-model-name"
fast_model_name: "your-fast-model-name"
key: "your-api-key"
base_url: "your-base-url-of-llm"
max_parse_retries: 3
paths:
templates: static/templates/
game_configs: static/game_configs/
ai:
mode: "llm" # "rule" or "llm"
max_decide_num: 4
game:
init_npc_num: 9
sect_num: 3 # init_npc_num大于sect_num时会随机选择sect_num个宗门
npc_birth_rate_per_month: 0.001
df:
ids_separator: ";"
avatar:
persona_num: 3
social:
talk_into_relation_probability: 0.1