Skip to content
    Back to all Bounties

    Earn 90,000 ($900.00)

    Time Remainingdue 1 year ago
    Completed

    Chrome extension: GPT-3 based GMail completions

    amasad
    amasad
    Posted 1 year ago
    This Bounty has been completed!

    Bounty Description

    Problem Description

    Gmail has a language-model-based completion feature, but it's fairly limited only works for sentences and doesn't compose entire emails.

    I want a completion tool that's more sophisticated that uses OpenAI's GPT-3.

    The tools should work like the following:

    • Can be triggered manually using a shortcut (say control+space)
    • The prompt sent to the model includes the email you're responding to. If the email chain is too long it needs to be truncated.
    • Can complete entire emails
    • The extension can be configured with the following settings:
      • The user's OpenAI API Key
      • A custom prompt (with a default prompt as described above)
      • Model type (defaults to text-davinci-003)
      • Max Tokens returned from the model (defaults to 1024)
      • Temperature
      • Stop words with support for newlines (similar to the OpenAI playground)

    Acceptance Criteria

    • The code has to be clean and well documented
    • The UX needs to be minimal and clean:
      • Trigger the completion
      • Inline load indicator
      • Text returned (should be easy to undo)
    • The extension is not published, but I just get the code for it. You can see this template for example for how to build extensions on Replit.
    • Bounty hunter must have experience building both with OpenAI and doing frontend programming
    • Hunter should respond quickly and meet deadline
    Copyright © 2024 Replit, Inc. All rights reserved.
    • twitter
    • tiktok
    • instagram
    • facebook

    Replit

    Programming languages

    • Python
    • JavaScript
    • TypeScript
    • Node.js
    • Nix
    • HTML, CSS, JS
    • C++
    • Golang