Files
cultivation-world-simulator/static/config.yml
2025-09-11 23:21:06 +08:00

19 lines
321 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"
key: "your-api-key"
paths:
templates: static/templates/
game_configs: static/game_configs/
ai:
mode: "llm" # "rule" or "llm"
max_decide_num: 3
game:
init_npc_num: 3
npc_birth_rate_per_month: 0.001
df:
ids_separator: ""