Wanted to share a resource I stumbled on that I can’t wait to try and integrate into my projects.

A GPT4All model is a 3GB - 8GB file that you can download and plug into the GPT4All open-source ecosystem software. Nomic AI supports and maintains this software ecosystem to enforce quality and security alongside spearheading the effort to allow any person or enterprise to easily train and deploy their own on-edge large language models.

  • idiotdoomspiral@programming.dev
    link
    fedilink
    English
    arrow-up
    6
    ·
    1 year ago

    I plugged GPT-4 into my discord bot.

    It’s $.03 for 1000 tokens. That translates to about 3 or 4 messages.

    gpt-3.5-turbo is almost as good and way cheaper at .0015 per 1k tokens.

    • Phoenix@programming.dev
      link
      fedilink
      English
      arrow-up
      1
      ·
      1 year ago

      Three cents for every 1k prompt tokens. You pay another six cents per 1k generated tokens in addition to that.

      At 8k context size, this adds up quickly. Depending on what you send, you can easily be out ~thirty cents per generation.