You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
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:
Actionables
The text was updated successfully, but these errors were encountered: