From ccdd460a47fe19fd417e7b156c7b161deea3bfae Mon Sep 17 00:00:00 2001 From: Holger Hellinger Date: Fri, 19 Jan 2024 20:36:21 +0100 Subject: [PATCH] Aktualisieren von about.md --- src/content/about.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/content/about.md b/src/content/about.md index 769bdbfe..89849789 100644 --- a/src/content/about.md +++ b/src/content/about.md @@ -25,7 +25,8 @@ Our blog employs a sophisticated multi-step process to generate unique and visua 3. **Image Prompt Creation:** Using the information from the generated recipe, we craft a specific prompt to guide the creation of a corresponding image. This prompt is designed to capture the essence of the recipe in a visually compelling way. 4. **Visual Realization with Dall-E:** With the prompt ready, we turn to `dall-e-3`, an advanced AI image generation model. Dall-E interprets our prompt and creates a stunning, high-quality image that represents the recipe. 5. **Creating the Recipe Post:** Once we have both the recipe and its image, we compose a complete recipe post. This post is then committed and pushed to our GitHub repository, which can be found at [https://github.com/polent/recipe](https://github.com/polent/recipe). -6. **Automated Deployment:** Finally, a GitHub Action takes over. This automated process builds the code from the repository and deploys it onto our web space. This ensures that our blog is consistently updated with fresh content, seamlessly and efficiently. +6. **Automated Deployment:** Finally, a GitHub Action takes over. This automated process builds the code from the repository and deploys it onto our web space. This ensures that our blog is consistently updated with fresh content, seamlessly and efficiently. +7. **Start over:** The steps start again, 1-2 times a day initiated by a conjob. {% figure figureAbout.caption, figureAbout.className %} {% picture figureAbout.imageSrc, figureAbout.imageTitle, figureAbout.imageAlt, figureAbout.loading %}