add game configs
This commit is contained in:
@@ -5,6 +5,7 @@ llm:
|
||||
|
||||
paths:
|
||||
templates: static/templates/
|
||||
game_configs: static/game_configs/
|
||||
|
||||
ai:
|
||||
mode: "llm" # "rule" or "llm"
|
||||
@@ -12,4 +13,5 @@ ai:
|
||||
|
||||
game:
|
||||
init_npc_num: 3
|
||||
npc_birth_rate_per_month: 0.001
|
||||
npc_birth_rate_per_month: 0.001
|
||||
|
||||
|
||||
6
static/game_configs/persona.csv
Normal file
6
static/game_configs/persona.csv
Normal file
@@ -0,0 +1,6 @@
|
||||
id,name,prompt
|
||||
1,理性,你是一个理性的人,你总是会用逻辑来思考问题,做事会谋定而后动。
|
||||
2,无常,你是一个无常的人,目标飘忽不定,不会长期坚持一个目标。
|
||||
3,怠惰,你是一个怠惰的人,你总是会拖延,不想努力,更热衷于享受人生。
|
||||
4,冒险,你是一个冒险的人,你总是会冒险,喜欢刺激,总想放手一搏。
|
||||
5,随性,你是一个随性的人,你总是会随机应变,性子到哪里了就是哪里,没有一定痣规。
|
||||
|
Reference in New Issue
Block a user