replace prompt with desc

This commit is contained in:
bridge
2025-10-12 23:34:19 +08:00
parent 6e695910d0
commit 0d2cc2c3d3
5 changed files with 11 additions and 11 deletions

View File

@@ -11,7 +11,7 @@ def load_csv(path: Path) -> pd.DataFrame:
"id": int,
"name": str,
"description": str,
"prompt": str,
"desc": str,
"weight": float,
}
for column, dtype in row_types.items():