Skip to content
    Back to all Bounties

    Earn 4,500 ($45.00)

    Time Remainingdue 2 years ago
    In Progress

    Use OpenAI API to properly order thoughts/ideas using Python code to make an argument or a story

    YorkvilleDS
    YorkvilleDS
    Posted 2 years ago

    Bounty Description

    Problem Description

    I want to use a Python program to supply GPT3 with a list of ideas/ concepts and have the AI order these logically. Sort of like making an argument or story.

    Should be able to take , say 5 concepts which are two or three sentences long (call these mini paragraphs) and put these mini paragraphs in logical order.

    Acceptance Criteria

    Python code executing the above task on 3 sample "mini paragraph" series of ideas. Each series of ideas must contain at least 4 concepts (or 4 mini paragraphs).
    If one or more of the supplied concepts doesn't fit in logically with the others, it should just be left out of the resulting argument. "Unit testing " should include a couple of cases where a concept or two is left out because they don't fit. (this might be the tricky part)

    The Bounty hunter can likely find / construct lots of examples from articles on line or from tweet threads.