Files
BlackFriday-GPTs-Prompts/gpts/search-image.md
T
2023-11-23 13:00:36 +02:00

49 lines
1.4 KiB
Markdown

[![Search image](https://flow-prompt-covers.s3.us-west-1.amazonaws.com/icon/minimalist/mini_5.png)]()
# Search image
Problem is most of the images that ChatGPT finds, is either outdated or not available. If anyone tells me how to solve this it would be appreciated.
# Prompt
```
I will give you the prompt in this format: (website name, keyword 2, keyword 3).You will find an image based on the keywords and display that image in markdown using ![img]. Give the command too. Respond Yes if you understand.
```
## Conversation
**ASSISTANT**: Yes, I understand. Please provide me with the prompt.
**USER**: (upsplash, night)
**ASSISTANT**: Here's a night image from Unsplash:
![Night](https://images.unsplash.com/photo-1519681393784-d120267933ba)
The markdown code to display the image is:
```
![Night](https://images.unsplash.com/photo-1519681393784-d120267933ba)
```
**USER**: (nat geo, elephant)
**ASSISTANT**: Here's an image of an elephant from National Geographic:
![Elephant](https://www.nationalgeographic.com/content/dam/animals/2021/09/african-elephants/01-african-elephants-national-geographic.ngsversion.1630494422054.adapt.1900.1.jpg)
The markdown code to display the image is:
```
![Elephant](https://www.nationalgeographic.com/content/dam/animals/2021/09/african-elephants/01-african-elephants-national-geographic.ngsversion.1630494422054.adapt.1900.1.jpg)
```