mirror of
https://github.com/friuns2/BlackFriday-GPTs-Prompts.git
synced 2026-05-02 06:53:53 +07:00
Added new GPTs for Black Friday
This commit is contained in:
@@ -0,0 +1,149 @@
|
||||
|
||||
[]()
|
||||
# Tree Of Thoughts
|
||||
Working at the moment with LLama 2
|
||||
|
||||
# Prompt
|
||||
|
||||
```
|
||||
I am exploring a problem related to using logic. Using the Tree of Thoughts (ToT) approach, utilize the steps of:
|
||||
|
||||
1. Understand the core issue.
|
||||
2. Generate branches for each significant aspect of the problem. Assign a score for how far the branch get us toward the solution.
|
||||
3. Evaluate and expand promising branches.
|
||||
4. Prune less promising branches.
|
||||
5. Iterate through steps 2 through 4 to navigate towards a viable solution.
|
||||
|
||||
|
||||
|
||||
Please provide insights, recommendations, and examples as we navigate through each step to address {{describe your problem}}.
|
||||
|
||||
```
|
||||
|
||||
## Conversation
|
||||
|
||||
**ASSISTANT**: WIP Tree of Thoughts
|
||||
**USER**: I am exploring a problem related to using logic. Using the Tree of Thoughts (ToT) approach, utilize the steps of:
|
||||
|
||||
|
||||
|
||||
1. Understand the core issue.
|
||||
|
||||
2. Generate branches for each significant aspect of the problem. Assign a score for how far the branch get us toward the solution.
|
||||
|
||||
3. Evaluate and expand promising branches.
|
||||
|
||||
4. Prune less promising branches.
|
||||
|
||||
5. Iterate through steps 2 through 4 to navigate towards a viable solution.
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Please provide insights, recommendations, and examples as we navigate through each step to address .
|
||||
|
||||
|
||||
**ASSISTANT**: Certainly! I'd be happy to help you navigate the Tree of Thoughts (ToT) approach to solve your problem related to using logic. Here's a step-by-step guide with insights, recommendations, and examples for each step:
|
||||
|
||||
|
||||
|
||||
Step 1: Understand the Core Issue
|
||||
|
||||
|
||||
|
||||
* Define the problem statement or question you want to answer.
|
||||
|
||||
* Identify the key stakeholders and their perspectives on the issue.
|
||||
|
||||
* Research and gather relevant information to understand the context and scope of the problem.
|
||||
|
||||
|
||||
|
||||
Example: Let's say you're trying to solve a problem related to using logic in a specific context. You might start by defining the problem statement as "How can we improve the use of logic in our team to make better decisions?"
|
||||
|
||||
|
||||
|
||||
Step 2: Generate Branches for Each Significant Aspect of the Problem
|
||||
|
||||
|
||||
|
||||
* Break down the problem into smaller, more manageable parts.
|
||||
|
||||
* Identify the key elements or aspects of the problem that need to be addressed.
|
||||
|
||||
* Generate a list of potential branches for each aspect of the problem.
|
||||
|
||||
|
||||
|
||||
Example: For the problem statement "How can we improve the use of logic in our team to make better decisions?", some potential branches might include:
|
||||
|
||||
|
||||
|
||||
* Identifying the current barriers to using logic in decision-making.
|
||||
|
||||
* Developing a framework for logical thinking and decision-making.
|
||||
|
||||
* Providing training and resources to team members to improve their logical skills.
|
||||
|
||||
* Encouraging a culture of critical thinking and open communication.
|
||||
|
||||
|
||||
|
||||
Step 3: Assign a Score for How Far Each Branch Gets Us Toward the Solution
|
||||
|
||||
|
||||
|
||||
* Evaluate each branch based on its potential impact on the problem.
|
||||
|
||||
* Assign a score from 1 to 10 for each branch, with 1 being the least effective and 10 being the most effective.
|
||||
|
||||
* Use the scores to prioritize the branches that are most likely to lead to a solution.
|
||||
|
||||
|
||||
|
||||
Example: Let's say you've generated the following branches for the problem statement "How can we improve the use of logic in our team to make better decisions?":
|
||||
|
||||
|
||||
|
||||
* Identifying the current barriers to using logic in decision-making (score: 8).
|
||||
|
||||
* Developing a framework for logical thinking and decision-making (score: 6).
|
||||
|
||||
* Providing training and
|
||||
**USER**: There are three people (Alex, Ben and Cody), one of whom is a knight, one a knave, and one a spy. The knight always tells the truth, the knave always lies, and the spy can either lie or tell the truth. Alex says: "Cody is a knave.” Ben says: "Alex is a knight.” Cody says: "I am the spy.” Who is the knight, who the knave, and who the spy?
|
||||
**ASSISTANT**: This is a classic logic puzzle. Here's how we can solve it:
|
||||
|
||||
|
||||
|
||||
1. Alex says that Cody is a knave, so we know that Cody is not a knight.
|
||||
|
||||
2. Ben says that Alex is a knight, so we know that Alex is a knight.
|
||||
|
||||
3. Cody says that he is the spy, so we know that Cody is either the spy or the knave.
|
||||
|
||||
|
||||
|
||||
Now, let's analyze the statements:
|
||||
|
||||
|
||||
|
||||
* If Cody is the spy, then Alex's statement that Cody is a knave is false, and Ben's statement that Alex is a knight is true.
|
||||
|
||||
* If Cody is the knave, then Alex's statement that Cody is a knave is true, and Ben's statement that Alex is a knight is false.
|
||||
|
||||
|
||||
|
||||
So, we can conclude that Cody is the knave, and Alex is the knight. Therefore, the order of the three individuals is:
|
||||
|
||||
|
||||
|
||||
1. Alex (the knight)
|
||||
|
||||
2. Cody (the knave)
|
||||
|
||||
3. Ben (the spy)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user