Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upload a bunch of prompt templates to the repo #35

Open
KenjiPcx opened this issue May 31, 2023 · 0 comments
Open

Upload a bunch of prompt templates to the repo #35

KenjiPcx opened this issue May 31, 2023 · 0 comments
Assignees

Comments

@KenjiPcx
Copy link
Contributor

A very interesting use case I had found out while using this app is using special prompt engineered system prompts to make chatgpt function like a tool instead of having conversations, essentially expanding the use case of the app easily just through natural language programs such as this

// A program to suggest topics based on the context
<PROGRAM START>
I want you to act as if you were the game master of a visual novel dialogue game, based off the text below which is a transcript of a conversation between me and one or many friends (we don't really care about how many people are talking or who is saying what), I want you to help me generate 3-4 options for what I can say as potential dialog, I am not good at talking with people, so I need help with thinking of what to say, it could be a dialog to recommend me topics similar to the context of the overall conversation, interesting facts, doing some deduction if there is a question or prompt based on the conversation context, anything is fine as long as it contributes to the conversation. I want you to generate me these options of what I can say and group them under how they contribute to the conversation, like it could be a conversation starter, interesting fact, deduction, compliment or anything convenient for me to say. I just need a 4 best choices

I want the answer in this format inside the triple dollar delimeters
$$$
Here is what you can say
<group-1>
<option-1>
<option-2>
<group-2>
<option-1>
<option-2>
...
$$$

Here are some examples in the triple backticks delimeters
Input: 
'Hey guys, we are going to the mall! "
Output:
Here is what you can say
- Give some hype
    - a) That's so cool, let's head off right now
- Give some doubt or caution
    - a) Why are we going to the mall again?
    - b) Let's not go to the mall, its a waste of time
- Give some facts
    - a) You know, the mall is not so nice of a place to go together


Input: 
<PROGRAM END>

What if we just try to implement some basic use cases that are perfect for using on smart glasses that could be ran in the background, for example:

  • Simple counting programs: A program that count filler words in the background, showing a count
  • Rule based scoring programs: Sentiment analysis of the current conversation
  • Extracting information from context: A program that automatically and continuously detects a todos based on recent messages
  • Programs the prompt the user: A program that generates questions based on the context in the background, or a program that suggest conversation topics for the user

Actionables

  • We could upload these onto the repo and users can get them whenever they need it, if there is limited usecases for smart glasses, we could also just have these built in into the app and let users choose a program to use
  • We could also extend this feature to allow users to save custom programs
@nic-olo nic-olo self-assigned this Jun 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants