CoolFace
Apppublic

Limour/llama-python-streamingllm

sourceHugging Facegpl-3.0updated 2y agoView on Hugging Face
1likes
btn_status_bar.json53 linesDownload Raw Back to config
1{2	"btn_status_bar_list":[3		{4			"key": "当前时间",5			"desc": "",6			"combine": [7				{8					"prefix": ":第",9					"type": "int",10					"unit": "天"11				},12				{13					"prefix": "",14					"type": "set",15					"value": [16						"上午",17						"下午",18						"黄昏",19						"夜晚"20					]21				}22			]23		},24		{25			"key": "当前地点",26			"desc": "",27			"combine": [28				{29					"prefix": ":",30					"type": "str"31				}32			]33		},34		{35			"key": "{{char}}对{{user}}的好感度",36			"desc": "(厌恶|冷漠|陌生|友好|信任|爱恋)",37			"combine": [38				{39					"prefix": ":",40					"type": "set",41					"value": [42						"厌恶",43						"冷漠",44						"陌生",45						"友好",46						"信任",47						"爱恋"48					]49				}50			]51		}52	]53}