• Fisch@lemmy.ml
    link
    fedilink
    arrow-up
    7
    ·
    2 years ago

    Could you use GPT-4 for free like that? Maybe even scrape the HTML to make a copy of the OpenAI API and use it with something like Bavarder?

    • KubeRoot@discuss.tchncs.de
      link
      fedilink
      arrow-up
      9
      arrow-down
      1
      ·
      2 years ago

      If they are competent, the website doesn’t communicate with OpenAI directly - instead you’re sending messages to their servers, and they add extra text to the prompts before sending requests to OpenAI, before they return the replies to your browser.

      So no, probably not.