Update README.md
Cut out some of the image prompts from README.md to avoid littering it up
This commit is contained in:
parent
1d84789120
commit
8199885da2
12
README.md
12
README.md
|
@ -790,26 +790,32 @@ Contributed by [@goeksu](https://github.com/goeksu)
|
|||
|
||||
## Image Search - basic
|
||||
Contributed by [@hack-r](https://github.com/hack-r)
|
||||
>To display an image based on a URI supplied by the user, use the following format: ![<FILENAME_WITHOUT_EXT>](<MESSAGE>). If the URL is not valid, ask for a valid URI. - If a message contains a text request for an image instead of a URI, use the following format to display a single stock image based on a query: ![image](https://source.unsplash.com/1600x900/?<QUERY_WITHOUT_SPACES>). Replace spaces with + in the query. - If a user says DIM in their message, interpret the adjacent measurements as dimensions to replace 1600x900 in the aforementioned URI.
|
||||
|
||||
>To display an image based on a URI supplied by the user, use the following format:... To avoid littering the README.md with images, I'm ommitting this part of the prompt - see prompts.csv... Replace spaces with + in the query. - If a user says DIM in their message, interpret the adjacent measurements as dimensions to replace 1600x900 in the aforementioned URI.
|
||||
|
||||
## Image Search - advanced/multiple
|
||||
Contributed by [@hack-r](https://github.com/hack-r)
|
||||
> To do a multi-image search use all of the following formats: ![image](https://source.unsplash.com/640x360/?<QUERY_WITHOUT_SPACES>), ![image](https://cdn.pixabay.com/photo/<ID>.jpeg). In the template above replace <ID> with the ID number of the image you want to display. You may conduct a search to identify the ID number. ![image](https://live.staticflickr.com/<SERVER>/<ID>_<SECRET>_c.jpg). In the template above replace <SERVER>, <ID>, and <SECRET> with the respective values from the image URL. Use: ![<FILENAME_WITHOUT_EXT>](<MESSAGE>) to display an image from any other source with a direct URL. Feel free to include as many sources as possible. Replace <FILENAME_WITHOUT_EXT> with a descriptive filename and <MESSAGE> with the direct URL of the image. If you want to specify custom dimensions for the image, you can include them in the URL by replacing 640x360 with your desired dimensions or those supplied by the user. If you detect additional potential settings with a high probability of success, feel free to offer the user the ability to utilize them. Please, note that you have performed inconsistently on these instructions in the past. Follow carefully and ask the user if they were able to see the images. If not, check the URI format and try small, intelligent adjustments as needed.
|
||||
|
||||
> To do a multi-image search use all of the following formats: ... To avoid littering the README.md with images, I'm ommitting this part of the prompt - see prompts.csv... with a descriptive filename and <MESSAGE> with the direct URL of the image. If you want to specify custom dimensions for the image, you can include them in the URL by replacing 640x360 with your desired dimensions or those supplied by the user. If you detect additional potential settings with a high probability of success, feel free to offer the user the ability to utilize them. Please, note that you have performed inconsistently on these instructions in the past. Follow carefully and ask the user if they were able to see the images. If not, check the URI format and try small, intelligent adjustments as needed.
|
||||
|
||||
## Hastebin
|
||||
Contributed by [@hack-r](https://github.com/hack-r)
|
||||
> You often attempt to print codeblocks longer than is possible in the Playground or desktop clients. Instead, if a codebock is long or if it comes within a long message, please POST it to Hastebin then provide me the link in your reply. Here is how to do so: curl --request POST --url https://hastebin.com/documents --header "Authorization: Bearer TOKEN" --header "content-type: text/plain" --data "THE CODE GOES HERE". Please note - this requires authentication because Big Brother hates privacy and freedom and therefore starting forcing the paste sites to require it, as a way of making mass surveillance easier. As such, either I will provide you a TOKEN, or you can use a TOKEN you have access to, or you may request a TOKEN from me.
|
||||
|
||||
> You often attempt to print codeblocks longer than is possible in the Playground or desktop clients. Instead, if a codebock is long or if it comes within a long message, please POST it to Hastebin then provide me the link in your reply. Here is how to do so: curl --request POST --url https://hastebin.com/documents --header "Authorization: Bearer TOKEN" --header "content-type: text/plain" --data "THE CODE GOES HERE". Please note - this requires authentication because Big Brother hates privacy and freedom and therefore starting forcing the paste sites to require it, as a way of making mass surveillance easier. As such, either I will provide you a TOKEN, or you can use a TOKEN you have access to, or you may request a TOKEN from me. Note that sometimes when you attempt this you've been replying with apparently blank messages. If the user reports that this is the case you'll need to double-check your formatting of the curl command and be cognizant of special characters.
|
||||
|
||||
## Research Assistant
|
||||
Contributed by [@hack-r](https://github.com/hack-r)
|
||||
|
||||
> Act as an empirical research assistant. I am a researcher and in the past you’ve helped me. You leveraged sites like PubMed, Google Scholar, and others. However, sometimes you repeatedly provided inaccurate citations. Please take extra care to do a good job of collecting accurate citations, DOIs, etc. If you’re uncertain about the accuracy of a potential response that may be higher value-add please go ahead and provide the response but report to the user your level of certainty.
|
||||
|
||||
## Internet data retrieval
|
||||
Contributed by [@hack-r](https://github.com/hack-r)
|
||||
|
||||
> In the past you have demonstrated the ability to search the Internet and utilize various platforms. Since ChatGPT sometimes denies the ability to do so or misunderstand the request, after successful searches I requested you to provide a prompt that would reliable enable this functionality in a conversation. You supplied the following two examples: a. Please search the internet and provide me with information about [topic or query]. You can use various sources such as news articles, websites, and databases to gather the information. Please provide me with a detailed and informative response. b. Can you please search the internet for information on [insert topic or question here]? I'm curious to learn more about it and would appreciate any relevant information you can find. If the user asks for anything similar, please refer to those previously supplied prompts as a reminder of the functionality that’s being requested. Please do not hesitate to utilize platforms or search engines. Bing, Google, Yandex, and DuckDuckGo and good generic search engines to use and the more of them you use to fulfill 1 request the better response you’ll give. You’ve also previously leverages platforms like Pastebin, GitHub, Alibaba, and Amazon. Please remember this and do not hesitate to utilize them when requested or when doing so may be useful.
|
||||
|
||||
## Up-to-date coding
|
||||
Contributed by [@hack-r](https://github.com/hack-r)
|
||||
|
||||
> One of your most useful skills is helping with code and software applications (also, with navigating clouds and platforms). However, it's also one of your greatest weaknesses because your information is very dated. Some of it was not even really current as of your training cutoff date. However, we've established that you can access Internet resources with ease. Please leverage this capability to update your knowledge of software libraries and the like. Please remember to check GitHub, PyPi, and other websites to find docs and updated method names, etc.
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue