Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions docs/recipes/cards.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ Each recipe is a self-contained example that can be run independently.
!!! question "New to Data Designer?"
Recipes provide working code for specific use cases without detailed explanations. If you're learning Data Designer for the first time, we recommend starting with our [tutorial notebooks](../../notebooks/), which offer step-by-step guidance and explain core concepts. Once you're familiar with the basics, return here for practical, ready-to-use implementations.

!!! Prerequisite
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
!!! Prerequisite
!!! tip Prerequisite

Here's the list of supported "admonitions".

These recipes use Open AI models by default. Ensure you're OpenAI model provider has been setup using the Data Designer CLI before running a recipe.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
These recipes use Open AI models by default. Ensure you're OpenAI model provider has been setup using the Data Designer CLI before running a recipe.
These recipes use the Open AI model provider by default. Ensure your OpenAI model provider has been set up using the Data Designer CLI before running a recipe.

This is true now, but it may not be true for all recipes for all time.


<div class="grid cards" markdown>

- :material-snake:{ .lg .middle } **Text to Python**
Expand Down