From 4e7febe29a8c711c94762ecfc59d90f35e1502a6 Mon Sep 17 00:00:00 2001 From: Kirit Thadaka Date: Thu, 18 Dec 2025 13:33:12 -0800 Subject: [PATCH 1/2] Updated recipe card --- docs/recipes/cards.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/recipes/cards.md b/docs/recipes/cards.md index 0cfc2aac..15e0c689 100644 --- a/docs/recipes/cards.md +++ b/docs/recipes/cards.md @@ -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 + 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. +
- :material-snake:{ .lg .middle } **Text to Python** From deecfdd2e34c19171a5ecc960f4f9a86c3e12003 Mon Sep 17 00:00:00 2001 From: Johnny Greco Date: Thu, 22 Jan 2026 11:40:42 -0500 Subject: [PATCH 2/2] Apply suggestions from code review --- docs/recipes/cards.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/recipes/cards.md b/docs/recipes/cards.md index 15e0c689..881541a7 100644 --- a/docs/recipes/cards.md +++ b/docs/recipes/cards.md @@ -6,8 +6,8 @@ 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 - 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. +!!! tip Prerequisite + 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.