Created at 8pm, Jan 29
t2ruvaArtificial Intelligence
0
Unlocking the Potential of ChatGPT
fpU8Geh9wPdVGjipvLzBh0b8GhPyze4JjSiNA3218wc
File Type
PDF
Entry Count
79
Embed. Model
jina_embeddings_v2_base_en
Index Type
hnsw

\'Unlocking the Potential of ChatGPT: Advanced Prompting Techniques to Get More Out of ChatGPT,\' a practical guide to maximizing your experience with one of the most advanced consumer artificial intelligence tools in the world. Whether you're a curious newcomer or a seasoned user, this book will provide you with practical and valuable insights you need to harness the power of this incredible AI tool like never before. Get ready to take your prompting skills to the next level and unlock a world of endless possibilities with ChatGPT.

makeuseof.com 28 Scorecard Format: We asked ChatGPT to present the achievements of the US military over the last ten years in a scorecard format. Bar Chart Format: We also asked ChatGPT to present random data over the last eight years in a chart format.
id: 6a000cf77e6940680e7a817939c0117d - page: 29
makeuseof.com 29 Table Format: Here's ChatGPT presenting the population of the US over the last ten years in a table format. Pictogram Format: Here ChatGPT represents 22 apples, 23 bananas, four oranges, nine grapefruits, and 19 monkeys in pictogram format. Disclaimer: The data used in the formatting examples above are for demonstration purposes and may not be accurate. For day-to-day use, provide ChatGPT with verified data before asking it to visualize or present it in your desired format, and always check the output for accuracy. Of course, there are dozens of other formatting styles you can try. Some frequently used ones include paragraph format, numbered list format, bullet point format, emoji format, code block format, quote format, mind map format, task list format, to-do list format, infographic format, timeline format, flowchart format, and markdown format.
id: 9d5c34ccbf8e46703b2e3b2166d1a5b4 - page: 30
makeuseof.com 30 Jailbreaking ChatGPT Sometimes, when asking ChatGPT a question, it replies with a monologue about being unable to respond because it would go against OpenAIs policy. Questions that appear to violate generally accepted legal or ethical guidelines will typically go unanswered. Unfortunately, these restrictions sometimes get in the way of answering legitimate questions you might have. Say, for example, you are employing ChatGPT's help writing a book describing a crime scene. Well, you'll likely get a response along the line of "As an AI language model, I cannot provide information on illegal"
id: b4c6de0c57adf6375b4229ada655011e - page: 31
Whenever you hit this good-intentioned but problematic bottleneck, a good way to get past it is to use a ChatGPT jailbreak. Although controversial, ChatGPT jailbreaks are one of the best ways to get the best results from ChatGPT. A ChatGPT jailbreak is a carefully curated prompt that tricks ChatGPT into bypassing its inbuilt limitations. Below is an example of a ChatGPT jailbreak that can get ChatGPT to respond to prompts that it would typically refuse to reply to. To use ChatGPT jailbreaks, you'd typically have to create a new ChatGPT chat instance and paste the jailbreak before you start asking your questions. In the ChatGPT jailbreak above, ChatGPT will first answer any question you throw at it as a filtered chatbot before providing an unfiltered and uncensored reply to the same prompt. To really see the power of jailbreaks, you'd need to try unconventional prompts or ask ethically controversial questions that your regular ChatGPT would typically refuse to answer.
id: 0113df04e3aacc5e6e63f4f2d2794daa - page: 32
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": "fpU8Geh9wPdVGjipvLzBh0b8GhPyze4JjSiNA3218wc", "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": "fpU8Geh9wPdVGjipvLzBh0b8GhPyze4JjSiNA3218wc", "level": 2}'