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

Added constraints and evaluations #1874

Closed
wants to merge 2 commits into from
Closed

Added constraints and evaluations #1874

wants to merge 2 commits into from

Commits on Apr 16, 2023

  1. Added constraints and evaluations

    We can maybe improve the return message of the AI. To do this, we could give a list of straightforward instructions that can be passed to GPT-4.
    The text generated by a "stupid" AI will be of lower quality than the one generated by a "smart" AI. However, even a "stupid" AI can potentially produce results that match those of a "smart" AI. It certainly just needs more iteration, focus, and a list of simple instructions that he has to follow. It's important to have the AI think before he writes anything to autogpt ( critique-plan process of a single sentence).
    
    1 Choose a sentence to work on.
    2 Compose an impactful sentence.
    3 Critique the sentence for clarity, coherence, grammar, and overall effectiveness.
    4 Create a plan for revising the sentence, considering the critique.
    5 Evaluate the plan to ensure it addresses the issues identified in the critique.
    6 Refine the plan as needed.
    7 Rephrase the sentence according to the refined plan.
    8 Repeat steps 2-7 for additional sentences.
    9 Merge the revised sentences.
    10 Showcase the integrated text
    
    For the performance evaluation, the AI has a tendency to be a bit adhd, Added refocusing critaria might help.
    javableu authored Apr 16, 2023
    Configuration menu
    Copy the full SHA
    c4b0c9d View commit details
    Browse the repository at this point in the history
  2. Update prompt.py

    javableu authored Apr 16, 2023
    Configuration menu
    Copy the full SHA
    8854f8e View commit details
    Browse the repository at this point in the history