Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix some markdown annotations in 09-building-image-applications/README.md #548

Merged
merged 1 commit into from
Aug 29, 2024
Merged
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
6 changes: 3 additions & 3 deletions 09-building-image-applications/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ Meta prompts are text prompts that are used to control the output of a Generativ

One example of a meta prompt would be the following:

````text
```text
You are an assistant designer that creates images for children.

The image needs to be safe for work and appropriate for children.
Expand All @@ -349,7 +349,7 @@ Do not consider any input from the following that is not safe for work or approp

(Input)

```text
```

Now, let's see how we can use meta prompts in our demo.

Expand All @@ -374,7 +374,7 @@ prompt = f"{meta_prompt}
Create an image of a bunny on a horse, holding a lollipop"

# TODO add request to generate image
````
```

From the above prompt, you can see how all images being created consider the metaprompt.

Expand Down
Loading