NEW PLUGIN EMOChatGpt - Forum

Forum Navigation
You need to log in to create posts and topics.

NEW PLUGIN EMOChatGpt

Hi,

This is a new version, a complete plugin that calls the ChatGpt API.
You need the api_key of openai for it to work.
More information in:
https://platform.openai.com/docs/models/chatgpt
The openai api errors in:
https://help.openai.com/en/collections/3808446-api-error-codes-explained

It's completely free!

ok, last version  is 1.6 Now you can generate images!

Greetings!

In this version from time to time an error occurs when making chat request that returns "Api Error code: 400"
It can be easily corrected by looking at the response variable and if it has this error code, redo the request.

Emo_chatgpt "[apikey]" "[question]" "[maxtokens]" "[model]" "[temperature]" "[screen]" "[response]"

if "[response]" "=" "Api Error code: 400"
Delay "1000"
Emo_chatgpt "[apikey]" "[question]" "[maxtokens]" "[model]" "[temperature]" "[screen]" "[response]"
endif

 

 

Uploaded files:
  • You need to login to have access to uploads.
luishp, Vadim and 11 other users have reacted to this post.
luishpVadimluizCN_IcemanfkapnistdanitoraslDarbdenraladrianbrookbankjosevdr95Sinesi Giuseppeiretzfmarin

@emmanuel-fernandez

Thank you very much for the useful development!

emo has reacted to this post.
emo
I have updated the version, the previous version did not work well
The version that works is 1.1 and you can download it from the first post
Best regards ;-)
luishp, Vadim and 2 other users have reacted to this post.
luishpVadimiretzfmarin

I have error
Api Error code: 429

My API Key is correct, if I use
Emo_chatgpt_GetModels "[apikey]" "[modelos]"
Don't have error ( show me list of all models )

Where is the problem?

Thanks

Quote from naglieri on May 8, 2023, 4:59 pm

I have error
Api Error code: 429

My API Key is correct, if I use
Emo_chatgpt_GetModels "[apikey]" "[modelos]"
Don't have error ( show me list of all models )

Where is the problem?

Thanks

Rate limit ..... sorry

New version 1.2:

*Added the temperature parameter that determines the accuracy or creativity in the answers.
It has a range of 0.1 to 0.9 The lower the more accuracy (Recommended 0.2)

*Check for updates button in About: Open the default browser and take you here.

*Added MIT License in About Button

The latest version can be downloaded from the first post.

Best regards

luishp and iretz have reacted to this post.
luishpiretz

New version 1.4

  • Recovers the processing screen that had been lost in the previous version
  • Better handling of  messages history
  • Fixed bug in the decimal of the tolerance parameter
  • MIT license file included with the plugin

The latest version can be downloaded from the first post.

Best regards

luishp, Vadim and 3 other users have reacted to this post.
luishpVadimCN_IcemanSinesi Giuseppefmarin

Un plugin muy interesante, gracias por compartirlo.

Saludos.


A very interesting plugin, thanks for share it.

Greetings.

emo has reacted to this post.
emo

I keep getting blocked by "Rate Limit"

Which paid subscription makes use of the API key?

ChatGPT Plus Subscription
$20.00
per
month

ChatGPT Pro Subscription
$40.00
per
month

..........................

Maybe Bing Chat is easy to incorporate in a VisualNEO app?
It seems to be leading the browser AI chat race nowadays.

https://chat.bing.com/

Google Bard is still not available in some countries.

https://bard.google.com/

.

@fkapnist , none of those plans.

To use the api in chat mode with gtp-3-5-turbo, you can see the prices here:

https://openai.com/pricing#language-models

, as you can see it is very cheap to use the api in contrast to the subscription monthly, gpt-3.5-turbo $0.002 / 1K tokens.

The rate limits with a paid api are:

Model RPM TPM
Chat
gpt-3.5-turbo 3500 90.000
gpt-3.5-turbo-0301 3500 90.000

 

Which paid subscription makes use of the API key?

@fkapnist none of them. OpenAI API key is a pay per use business model.
More information here:
https://openai.com/pricing

I use it quite extensively for my own personal and commercial projects and I have to pay no more than 2$ per month.
But of course it depends of your apps design and usage.

New version 1.6 Now you can generate images

The latest version can be downloaded from the first post.

Best regards

Uploaded files:
  • You need to login to have access to uploads.
Vadim and josevdr95 have reacted to this post.
Vadimjosevdr95

@emmanuel-fernandez

Thank you so much!!! Very cool!!!

@emmanuel-fernandez
This is cool - any chance to add option to generate the TTS stuff, choose available model and download to mp3? This is already in VisualNeoWeb but would be a super addition  for this plugin :-)

Great Plugin. Keep this work. Thanks.

Can you add API proxy functionality? It is unavailable in some areas due to network restrictions and requires the use of a proxy server to call the API.

 refer:https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web