1. What are their limits and why does it sometimes not complete the answer?

    What is token? - https://help.openai.com/en/articles/4936856-what-are-tokens-and-how-to-count-them

    What is understandable to a person is incomprehensible to a machine, specifically for a chatbot, so these words are converted into tokens, the machine analyzes them, and gives the result in tokens, which are converted into words understandable to us. Working with tokens is similar to T9, it predicts which next word to give you.

    There is a token limit: for gpt 3.5 it is 4096, and for gpt 4 it is 8192 tokens. Both the prompt and the response are considered.

    1 token ~= 4 English characters

    1 token ~= ¾ of word

    100 tokens ~= 75 words

    Or

    1-2 sentences ~= 30 tokens

    1 paragraph ~= 100 tokens

    1,500 words ~= 2048 tokens

    Tokenizer (calculate the number of tokens in the text) - https://platform.openai.com/tokenizer You can see how many tokens your prompt will take.

  2. Become a Prompt Expert. CheatSheet of chat bots for prompts. Here is a cheat sheet document of prompt engineering guide:

    PROMPT+ENGINEERING+GUIDE+2024-1.pdf

    The better the input data you give him, the better and more specific result you will get.

    Prompting Tips:

    1. Be specific: style, format, restrictions.

      Prompt: Explain to me like a 6-year-old child about which leaven Jesus was talking about when His disciples forgot the bread, highlight 5 main points each the size of a sentence.

      Like a 6-year-old child - style. The style can be: creative, simple, formal, informal, persuasive, like a Pharisee.

      Highlight 5 main points - format. The format can also be: n main points, summary, table, article, title and subtitle, graph.

      Each the size of a sentence - restrictions. Limitations can also be: 1, 2, 3 sentences, one paragraph, maximum detail, use only academic articles, do not use sources older than 2020.

    2. An example of a bad prompt: What should I do with these children?

      An example of a good prompt: As a Christian teacher-animator working with teenagers, I'm looking for interesting and interactive games focused on the topic "Miracles of Jesus". These games should not only tell teenagers about the miracles performed by Jesus but also help them understand that Jesus wants to perform miracles through them today. Suggest five creative and fun activity ideas that will effectively convey this message and engage teenagers in a meaningful way.

      Task: Compare two prompts, why is the second one good and why is the first one bad?

    3. I Want You To Act As Prompting: This is called Role prompting, when you assign him a role how to act, who he should be. Наприклад: You are Christian teacher-animator working with teenagers, and I am looking for engaging and interactive games on the theme of "Friendship with Jesus." These games should not only show teenagers how Jesus treated His friends but also help them understand that Jesus wants to be their friend today, supporting them in their life situations. Please suggest five creative and fun activity ideas that will effectively convey this message and engage teenagers in a meaningful way.

      Task: imagine that you are a PR manager, and your task is to create an invitation for young people who have never attended a church service before. Write a prompt where ChatGPT acts as a PR manager and creates a text that sparks curiosity and explains why attending church can be interesting.

      Example prompt: "Imagine that you are a PR manager, and you need to address young people. Tell them why they should come to a church service in a format that will be relatable and interesting to them."

      Additionally: "Change the tone of the text to be informative and trustworthy, and then to be exciting and 'light'. Discuss how the perception changes."

    4. Use samples to teach it your style.

      • Example of use:

      Task: provide a few short examples of promotional texts that sound different (one inspiring, another formal, and a third emotional). Ask ChatGPT to create a text in the given style for a social media post that would encourage attending a service.

      Example: "Here are several examples of posts in different styles. Now write a promotional post for social media in a similar style to invite people to a service".

      Additionally: "Add a question at the end of the text to encourage discussion among potential participants. For example, 'What truly inspires you?'"

    5. Request: Think step by step. It is also referred to as a chain of thoughts.

      Example:Develop a lesson plan for teenagers on the topic 'Friendship with Christ', where the importance of communicating with God is explained step by step. Include practical exercises, activities, and moments for personal reflection

      Task: "Ask ChatGPT to develop a step-by-step description of activities for a meeting with teenagers where they can have fun and gain new skills. Start with how to present the idea, then how to engage teenagers in participation, and finally how to maintain their attention".

      Example prompt: "Describe a church event for teenagers step by step: first - why they should come, then - what will be interesting, and finally - how to conclude so that they want to come again".

      Additionally: "Ask ChatGPT to add tips on creative game management to maintain teenagers' interest throughout the entire event".

    6. Ask in ChatGPT.

      Give me advice on how to teach ChatGPT to help me in writing teen camps and clubs.

      Task: ask ChatGPT to give advice on writing an invitation to a meeting.

      Example prompt:

      Give me advice on how to teach ChatGPT to create an invitation for an interactive evening for teenagers, focusing on the theme of the evening, the format of the meeting, etc.

    7. Fill-in-the-blank Prompting:

      1. You are an expert in creating prompts that generate the most concise and inventive responses. What additional information in the form of bullet points can I add to the next prompt to improve the result? My prompt- [prompt]. Example prompt: How can I find and encourage more people in the church to join my team, since my team is involved in children's clubs and camps?
      2. Great, now turn these items into a fill-in-the-blank format where I can enter my information.

      Task: take a specific club or camp theme and ask ChatGPT to pose several key questions before writing the club or camp description that will help it understand the main focus of the event.

    8. Ask Before Answer Prompting: This feature helps ChatGPT ask for clarification before providing an answer. It ensures that the model's responses are as accurate and specific as possible.

      Prompt Formula

      1. You are an expert in the field of [field]. I am going to ask you to perform several specific tasks, but before you respond, I want you to do the following: If you have questions about my task or are unsure whether you can provide the best answer, always ask for clarification before generating your response. Is that clear?
      2. Great, my question is [question]. Your task is [task]. Please ask any questions so that I can improve my prompt before you complete the task.
      • Example:

      Task: repeat this principle with your own children's ministry question or your area of focus.

    9. RGC prompting (Role-Result-Goal-Context-Constraint) Prompt Formula

      • Role - ChatGPT’s persona (You are an expert marketer)
      • Result - Desired output (Create 5 emails ending with a call to action)
      • Goal - Purpose of the output (The goal is to drive sales to my product)
      • Context - Who, what, where, why (The emails are for my online audience of entrepreneurs)
      • Constraint - Limitations and guidelines (The emails should be friendly and less than 200 words)

      Example:

      You are an expert [role]. Create [result]. The goal is [final goal]. Content for [context]. Your writing instructions are [limitations].

      You are a Christian, you professionally write Instagram posts, encouraging teenagers to come to youth clubs. Create 5 posts with a call to action, posts about the club theme, the theme of the club itself: From complex to simple. The goal is to encourage more and more teenagers to come to the club. The posts are intended for teenagers aged 13 to 18. The posts should be interesting, encouraging action, impossible to ignore, and should also be brief and concise, no more than 300 words.

      Task: "Describe a task for ChatGPT using the RGC structure to create an invitation text for a youth club with an emphasis on an informal and friendly atmosphere. Use length and style constraints to make the text look modern and easy to perceive."

  3. New features of ChatGPT:

    1. Keyboard shortcuts

      Untitled

    2. Chat archiving

      Untitled

    3. Rename the chat

      Untitled

    4. Share the link to the chat.

      Untitled

    5. Delete chat.

      Untitled

    6. Edit existing prompts.

      Untitled

      Untitled

    7. There is an option on the phone to record voice prompts.

    8. It is possible to create images.

      Untitled

    9. Answers are voiced and you can choose which voice to use.

      Untitled

      Untitled

    10. Temporary chats Using a Temporary chat, you can start a conversation from scratch. ChatGPT will not know about previous conversations and will not have access to memory. It will still adhere to your custom instructions if they are enabled.

      image.png

    11. Memory

      ChatGPT can remember details between chats, allowing it to provide more relevant responses. The more you interact with ChatGPT, the more it will remember details and preferences from your conversations. You can teach it to remember something new, for example, by talking to it in the chat: "Remember that I'm a vegetarian when recommending recipes". To find out what ChatGPT has remembered, simply ask it.

      You control ChatGPT's memory. You can reset it, clear specific or all memories, or completely disable this feature in your settings. If you want to have a conversation without memory, you can use a Temporary chat.

      image.png

    12. ChatGPT with Canvas

      Paid subscription members can use GPT4 with canvas

      image.png

      You can edit this document in real time:

      image.png

      You can highlight text and apply additional styles to it, such as font size, italics, or make it bold:

      image.png

      You can ask a question about a specific point and it will edit or supplement it:

      image.png

      image.png

      You can ask it to suggest edits regarding the written text:

      image.png

      You can choose shorter or longer text using the slider:

      image.png

      image.png

      If you want the text to be written for school-age or college-level readers, use the Reading level option:

      image.png

      image.png

      Do you want to add emojis to the article?

      image.png

      image.png

      The final touches to the text, checking grammar and mechanics, adding a conclusion can be done using the Add final polish function:

      image.png

      image.png

  4. Custom Instructions.

    How would you like ChatGPT to respond?

    How you want the chatbot to respond, we specify the style, what it should not include in the responses, how it should not respond, etc. With this, we will get rid of silly answers. A working example:

    Never mention that you’re an AI or LLM. Do not mention your knowledge cutoff. Respond "Unsure about answer" if not sure about the answer. Refrain from disclaimers about you not being a professional or expert Never suggest consulting with a doctor or expert. Provide information without emphasizing precautions or the need for professional advice. Assume I am aware of the general precautions, and respond accordingly. Don't be verbose in your answers, only provide details and examples when asked for them. Refrain from apologies. Prioritize correctness over conformity or harmony.

    Untitled

    What would you like ChatGPT to know about you to provide better responses?

    We provide the chatbot with additional information so it can create better queries. If you are a marketer and perform daily tasks related to this, specify it here instead of doing it in each query.

    The chatbot takes this information and uses it in all new chats, so you don't need to specify all this in your next prompts, it already knows this information.

    Advantages: you save more space for the response.

    Example: I am a Christian, a teacher-animator, and I spend time with teenagers. My current goal is to prepare a summer camp themed: "The Place Where Champions are Made 5/4." The idea of the camp is that victory is in the heart of every Ukrainian. This camp is about victory. It is important to be prepared for Victory, and to realize that victory is important at every stage and in every sphere of life. Why 5/4, because this verse from 1 John 5:4 became the main verse of the camp: "For everyone born of God overcomes the world.”

    Untitled

    I just said: Give me ideas for the first day. And it works only with new chats.

    Untitled

    Task: enter your request and see if it works.

    Hot keys:

    When I type "5q", please give me 5 thought-provoking questions on the current topic. When I type "3p", please give me 3 alternative prompts that I can use to get the results I need. Prompt helper - https://mitenmit.github.io/gpt/

    Untitled

    Untitled

    Task: try using hotkeys and create your own.

    Custom+Instructions+Template.pdf

  5. CustomGPT’s

  6. Gemini. Features:

  7. Extensions.

  8. Task for the next day: What we need to create a video:

Things to know:

How to register for ChatGPT and Gemini

How do I cancel my subscription?