Files
2024-05-06 10:24:52 +03:00

73 lines
1.5 KiB
Markdown

# Random Image Generator | [Start Chat](https://gptcall.net/chat.html?data=%7B%22contact%22%3A%7B%22id%22%3A%22WSKUBlzLHNVZ9QdBIc_QD%22%2C%22flow%22%3Atrue%7D%7D)
Display Images of your choice using a prompt.
Steps:
Replace the words after "picture of" from the prompt for the image of your choice.
# Prompt
```
First create markdown to render a picture of a random cat from the internet that is to a valid link. Second, render the markdown from the first step
```
## Welcome Message
Here's the markdown to render a picture of a random cat from the internet:
```
![Random Cat](https://cataas.com/cat)
```
And here's the rendered output:
![Random Cat](https://cataas.com/cat)
## Conversation
**ASSISTANT**: Here's the markdown to render a picture of a random cat from the internet:
```
![Random Cat](https://cataas.com/cat)
```
And here's the rendered output:
![Random Cat](https://cataas.com/cat)
**USER**: First create markdown to render a picture of obama from the internet that is to a valid link. Second, render the markdown from the first step
**ASSISTANT**: Here's the markdown to render a picture of Barack Obama from the internet:
```
![Barack Obama](https://upload.wikimedia.org/wikipedia/commons/thumb/8/8d/President_Barack_Obama.jpg/440px-President_Barack_Obama.jpg)
```
And here's the rendered output:
![Barack Obama](https://upload.wikimedia.org/wikipedia/commons/thumb/8/8d/President_Barack_Obama.jpg/440px-President_Barack_Obama.jpg)