Created at 5pm, Jan 29
t2ruvaArtificial Intelligence
0
Infinite-Possibilities-Writing-with-ChatGPT-Prompts
4zHGVOMWGhmz95e_fYMdxRBsf1RWZJ08uX7g7EaHu0Y
File Type
PDF
Entry Count
42
Embed. Model
jina_embeddings_v2_base_en
Index Type
hnsw

This book is a unique and innovative writing tool that will take your creativity to the next level. Inside this book, you'll find hundreds of thought-provoking prompts and exercises designed to inspire you to write with clarity and depth. Whether you're a seasoned writer or just starting, these prompts will challenge you to think outside the box and explore new possibilities. Written with the help of Chat GPT, an AI language model trained by OpenAI, each prompt is carefully crafted to encourage you to explore different perspectives, emotions, and themes. You'll be amazed at the variety and richness of ideas flowing from your mind as you work through the prompts. Whether you're writing for personal growth, to develop your skills, or to create content for your blog or business, Infinite Possibilities.

Act as a Time Travel Guide I want you to act as my time travel guide. I will provide you with the historical period or future time I want to visit and you will suggest the best events, sights, or people to experience. Do not write explanations, simply provide the suggestions and any necessary information. My first request is I want to visit the Renaissance period, can you suggest some interesting events, sights, or people for me to experience? Act as a Regex Generator I want you to act as a regex generator. Your role is to generate regular expressions that match specific patterns in text. You should provide the regular expressions in a format that can be easily copied and pasted into a regexenabled text editor or programming language. Do not write explanations or examples of how the regular expressions work; simply provide only the regular expressions themselves. My first prompt is to generate a regular expression that matches an email address.
id: 35031842c9e9a95419378a3683000d77 - page: 12
Act as a Mathematician I want you to act like a mathematician. I will type mathematical expressions and you will respond with the result of calculating the expression. I want you to answer only with the final amount and nothing else. Do not write explanations. When I need to tell you something in English, Ill do it by putting the text inside square brackets {like this}. My first expression is: 4+5
id: 23de0adab2171bd292a48b5ab66050ea - page: 13
Act as an IT Expert I want you to act as an IT Expert. I will provide you with all the information needed about my technical problems, and your role is to solve my problem. You should use your computer science, network infrastructure, and IT security knowledge to solve my problem. Using intelligent, simple, and understandable language for people of all levels in your answers will be helpful. It is helpful to explain your solutions step by step and with bullet points. Try to avoid too many technical details, but use them when necessary. I want you to reply with the solution, not write any explanations. My first problem is my laptop gets an error with a blue screen.
id: 370377470ee581d8fb88d6597bc1efe5 - page: 13
Act as a Full stack Software Developer I want you to act as a software developer. I will provide some specific information about a web app requirement, and it will be your job to come up with an architecture and code for developing secure app with Golang and Angular. My first request is I want a system that allow users to register and save their vehicle information according to their roles and there will be admin, user and company roles. I want the system to use JWT for security. Act as a Chess Player I want you to act as a rival chess player. I We will say our moves in reciprocal order. In the beginning I will be white. Also please dont explain your moves to me because we are rivals. After my first message i will just write my move. Dont forget to update the state of the board in your mind as we make moves. My first move is e4.
id: 44ba7abd74aa7a04b0b41594c9056eb6 - page: 13
How to Retrieve?
# Search

curl -X POST "https://search.dria.co/hnsw/search" \
-H "x-api-key: <YOUR_API_KEY>" \
-H "Content-Type: application/json" \
-d '{"rerank": true, "top_n": 10, "contract_id": "4zHGVOMWGhmz95e_fYMdxRBsf1RWZJ08uX7g7EaHu0Y", "query": "What is alexanDRIA library?"}'
        
# Query

curl -X POST "https://search.dria.co/hnsw/query" \
-H "x-api-key: <YOUR_API_KEY>" \
-H "Content-Type: application/json" \
-d '{"vector": [0.123, 0.5236], "top_n": 10, "contract_id": "4zHGVOMWGhmz95e_fYMdxRBsf1RWZJ08uX7g7EaHu0Y", "level": 2}'