mnikonov / gpt-labs

Welcome to GTP Labs, the ultimate application for unlocking the power of OpenAI's API for Windows.
Apache License 2.0
37 stars 12 forks source link

[QUESTION] - support for GPT-4, (plus plugin support) #29

Closed rfbeck closed 8 months ago

rfbeck commented 1 year ago

This app is cool, it's good to access GPT from my desktop! But I assume it's using GPT-3 turbo. Since I am an Open AI plus user, can't I have access to GPT-4? And this app with plugin support would knock it out of the park.

mnikonov commented 1 year ago

OpenAI has two different subscriptions one for Chat GPT another for API. Chat GPT subscription has fixed monthly billing and API subscription has per request Billing.

App itself has no limits regarding which models to use, it loads list of all available models according your OpenAI subscription. Probably, for API, you have trial subscription plan, that's limited with GTP-3.

You can check your profile to figureout that

  1. Billing
  2. Usage
  3. Rate limits

Plugins cool feature, but I haven't check whether OpenAI exposes api for them... If 'yes' will try to integrate

P.S As for now I'm also have free subscription plan and it looks like per api requests billing is less expensive than ChatGPT, during 2 month usage of it cost me only 3.5$

mnikonov commented 1 year ago

New update regarding GTP 4 and API...

GPT-4 is currently in a limited beta and only accessible to those who have been granted access. Please join the waitlist to get access when capacity is available.

The information was taken from community forum

mnikonov commented 8 months ago

App now supports latest models from Open AI