Skip to content

Commit

Permalink
add dataseed preview
Browse files Browse the repository at this point in the history
  • Loading branch information
Yev Meyer authored and Yev Meyer committed Nov 21, 2024
1 parent 8b8c4dd commit d09ef7e
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,12 @@
" max_num_seeds=7,\n",
" num_assistants=5,\n",
" verbose_logging=True,\n",
")"
")\n",
"\n",
"for c in data_seeds.seed_categories:\n",
" print(f\"{c.name}:\")\n",
" print(f\" |- description: {c.description}\")\n",
" print(f\" |- values: {c.values}\")"
]
},
{
Expand Down

0 comments on commit d09ef7e

Please sign in to comment.