19 lines
321 B
YAML
19 lines
321 B
YAML
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: "," |