Files
BlackFriday-GPTs-Prompts/gpts/search-image.md
T
2024-05-06 10:24:52 +03:00

51 lines
1.5 KiB
Markdown

# Search image | [Start Chat](https://gptcall.net/chat.html?data=%7B%22contact%22%3A%7B%22id%22%3A%22Ino2V_LU1ADiKM3s5BVSJ%22%2C%22flow%22%3Atrue%7D%7D)
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.
```
## Welcome Message
Yes, I understand. Please provide me with the prompt.
## 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)
```