• Resolved zsolt

    (@zsolt82)


    Hello

    I subscribed to the GPT-3 Plus. Do I need to change anything in the API to make the chatbot respond faster? I don’t see any change, it still takes 4-5 seconds to respond.
    Thanks.

Viewing 15 replies - 1 through 15 (of 15 total)
  • Plugin Author Jordy Meow

    (@tigroumeow)

    Hi,

    What is GPT-3 Plus? Do you have a link to that offer?

    Thread Starter zsolt

    (@zsolt82)

    I’m sorry, I don’t have a link. You can find the subscription link on OpenAI’s website.

    https://chat.openai.com/chat/

    Image link

    I have just purchased the Plus version of ChatGPT, but unfortunately, it does not appear that the use of the API is linked with the chat subscription; you have to make a separate purchase based on ‘pay as you go’ tokens (https://openai.com/api/pricing/), at least that is my understanding.

    Thread Starter zsolt

    (@zsolt82)

    @mickhele
    You’re probably right, even though I thought since we’re already subscribers, we would have access to the API. Anyway, I’m not impressed with the GPT-plus. It still leaves the text unfinished after a few sentences. The GPT-plus turbo is unusable.

    Yes, it seems to me that the only advantage is the availability of the service on the chat. We should no longer have the service interruptions that have occurred in recent weeks on the free version.

    Anyway, too bad about the API; I was hoping to be able to take advantage of WordPress to generate content with this plugin, but cost-wise, it’s better to use directly ChatGPT. Otherwise, the $24 (20+tax) investment wouldn’t make sense.

    Thread Starter zsolt

    (@zsolt82)

    Yes, it’s 20+5 dollars here in Hungary. I haven’t experienced any missing parts with the free version, it was just a bit slower. So this subscription also doesn’t make sense to me, it still writes a JavaScript in 10 parts just like the free version, and if I’m not careful, it will write inaccurately.

    Since you still have to purchase tokens separately to use the chat for content generation, or buy additional tokens for the API, it makes no difference.

    Today, on OpenAI API website I saw this message:

    ChatGPT is coming to our API soon, sign up to stay updated

    Maybe the Plus version could give us some advantage even with API

    Thread Starter zsolt

    (@zsolt82)

    I think it will be included in the API of the free version

    However, the turbo model now works well and generates the text or program code in a few seconds

    Thread Starter zsolt

    (@zsolt82)

    However, this is really not good. I subscribe. and I can’t ask for as much as I want

    Too many requests in 1 hour. Try again later.

    Plugin Author Jordy Meow

    (@tigroumeow)

    Hi,

    Maybe the Plus version could give us some advantage even with API

    No, that really only about the ChatGPT service online; it doesn’t impact the API services.

    ChatGPT is coming to our API soon, sign up to stay updated

    Yes, it will be part of the API that we are already using. The new model will come as soon as it is available ??

    However, the turbo model now works well and generates the text or program code in a few seconds

    What is the turbo model?

    Too many requests in 1 hour. Try again later.

    Where did you get this error message?

    Thread Starter zsolt

    (@zsolt82)

    <font style=”vertical-align: inherit;”><font style=”vertical-align: inherit;”>Hello The gpt plus online service offers 2 models, the basic GPT-3 and the GPT-3 turbo. </font></font>

    The gpt plus online paid service had this error message, it was disabled just like the free one.

    Plugin Author Jordy Meow

    (@tigroumeow)

    Yes, but this service is not related to the API ?? It’s just about the “OpenAI Chat” they have on https://chat.openai.com.

    Thread Starter zsolt

    (@zsolt82)

    Now we’ve figured it out. We thought the api belonged to the subscription

    @tigroumeow I think you should look at the ChatGPT extension for Visual Studio Code (I am referring to the one by Ali Gen?ay) and how it works.
    It allows browser-based authentication to ChatGPT, bypassing the paid API (at least, that’s how I verified it in my first tests).
    It also allows me to set the ‘Turbo Plus’ version of my subscription as a ‘GPT3 model’.
    Everything it generates on VSCode costs me nothing in terms of tokens.
    Perhaps the same authentication mode could be applied to AI Engine (as an additional option to the APIs), possibly limiting it to the chat phase (I think the fine-tuning process requires using an API key).

    Plugin Author Jordy Meow

    (@tigroumeow)

    Hi @mickhele,

    I am sorry, this is impossible. Your local environment indeed have access to the ChatGPT web app, so any tools you use on your computer can access it very easily. That said, a lot of maintenance will be required for those tools to always work; the ChatGPT web app will always evolve and OpenAI will try its best to break them.

    With a WordPress site (or any other platform you could build online), it’s entirely different. We would need to run a headless web browser on the server (https://github.com/chrome-php/chrome). First, I doubt that will work well on most servers. But also, we would need to maintain the code so that it never breaks, that ChatGPT doesn’t ban the server from using it, and we would also need to be able to run and maintain the session. It would be a technical nightmare ?? Basically, it would never work, but as a student projet just for fun, it could temporarily work. But it’s not realistic.

Viewing 15 replies - 1 through 15 (of 15 total)
  • The topic ‘Gpt-3 plus api’ is closed to new replies.