add new personas and weights

This commit is contained in:
bridge
2025-10-04 15:22:42 +08:00
parent cf4e7a89c3
commit 757bcdebc0
3 changed files with 41 additions and 31 deletions

View File

@@ -12,6 +12,7 @@ def load_csv(path: Path) -> pd.DataFrame:
"name": str,
"description": str,
"prompt": str,
"weight": float,
}
for column, dtype in row_types.items():
if column in df.columns: