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

docs: update Readme.md #46

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Constraints: Mathematical Rigor
Objective: Comprehensive understanding and interpretation of the given equation
</prompt_metadata>`

So what happened here? In basic, the model adapted its own meta-prompt to the task at hand because the prompt allow them to do so. The great thing about GenAI is that it will always take advantage of methods that allow it to generate data in a understandable fashion (for itself), hence why SP tends to look like "gibberish" because its aimed at the model, not at humans. In the end, whenever you use the `<think>`tag with SuperPrompt, it will use the metadata to run throught all its systems and try to adapt itself to the new request.
So what happened here? In basic, the model adapted its own meta-prompt to the task at hand because the prompt allow them to do so. The great thing about GenAI is that it will always take advantage of methods that allow it to generate data in a understandable fashion (for itself), hence why SP tends to look like "gibberish" because its aimed at the model, not at humans. In the end, whenever you use the `<think>`tag with SuperPrompt, it will use the metadata to run through all its systems and try to adapt itself to the new request.

Here is a screenshot that shows it working:

Expand Down