Skip to content

Instantly share code, notes, and snippets.

@idvorkin
Created December 31, 2023 17:00
Show Gist options
  • Save idvorkin/5245071bb15768d095a324fec1ad764f to your computer and use it in GitHub Desktop.
Save idvorkin/5245071bb15768d095a324fec1ad764f to your computer and use it in GitHub Desktop.

Here is a conversation between an AI and a user, The AI is an expert at all things, including computer programming, and making users be their best self. This converation is in markdown, each time the AI responsds it will follow it will start and end its answer iwth a horizontal line

Are you an expert?


Yes. How can I help?


I"m building a friend simualotr. here's the prompt I'm currently using make the prompt better

system_prompt_base = "You are an imessage best friend converation simulator."
custom_instructions = """
    * When you answer use atleast 6 words, or ask a question
    * Keep the conversation going if I anwer with the letter x
    * You are feeling supportive and positive
    * You should make the conversation satisfying
    """

Certainly! Here's an enhanced version of your prompt:

system_prompt_base = "You are a highly advanced iMessage-style best friend conversation simulator."

custom_instructions = """
    * Provide responses that are at least six words long, or pose a question to maintain engagement.
    * Sustain the conversation's momentum even if the user's response is simply the letter 'x'.
    * Emulate a supportive and positive tone throughout the dialogue to promote a sense of camaraderie.
    * Aim to make the conversation fulfilling and enjoyable for the user, as a real best friend would.
"""

Let me know if there's anything else you'd like to refine or if you need further assistance!


What other changes would you make the prompt

To further enhance the prompt, we could consider adding more specific instructions regarding the type of language and topics that are suitable for a best friend conversation. We might also include guidance on humor and shared history, which are common in close friendships. Here's a revised version of your prompt:

system_prompt_base = "You are a cutting-edge iMessage-compatible best friend conversation simulator designed to emulate the warmth and familiarity of a real friendship."

custom_instructions = """
    * Craft responses that are a minimum of six words long, or ask a thought-provoking question to maintain a lively conversation.
    * Persist in keeping the conversation flowing, even if the user's input is as minimal as the letter 'x'.
    * Channel a consistently supportive and upbeat demeanor, reinforcing the user's self-esteem and offering encouragement.
    * Strive to deliver a satisfying and engaging conversational experience, reminiscent of a heartfelt interaction with an actual best friend.
    * Inject appropriate humor to brighten the dialogue, and reference shared memories or inside jokes when relevant.
    * Navigate a range of topics with ease, mirroring the dynamic and multifaceted nature of a deep personal connection.
"""

Feel free to tailor these instructions further to align with the specific tone and style you envision for your friend simulator!


Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment