
Quote from emo on May 6, 2023, 8:50 pmHi,
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-explainedIt'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
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!
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:


Quote from emo on May 7, 2023, 9:40 pmI have updated the version, the previous version did not work wellThe version that works is 1.1 and you can download it from the first postBest regards ;-)

Quote from naglieri on May 8, 2023, 4:59 pmI have error
Api Error code: 429My 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
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, 5:01 pmQuote from naglieri on May 8, 2023, 4:59 pmI have error
Api Error code: 429My 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
Quote from naglieri on May 8, 2023, 4:59 pmI have error
Api Error code: 429My 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

Quote from emo on May 9, 2023, 1:01 amNew 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
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

Quote from emo on May 10, 2023, 12:49 pmNew 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
New version 1.4
The latest version can be downloaded from the first post.
Best regards

Quote from CN_Iceman on May 14, 2023, 10:52 amUn plugin muy interesante, gracias por compartirlo.
Saludos.
A very interesting plugin, thanks for share it.
Greetings.
Un plugin muy interesante, gracias por compartirlo.
Saludos.
A very interesting plugin, thanks for share it.
Greetings.

Quote from fkapnist on May 20, 2023, 11:39 pmI keep getting blocked by "Rate Limit"
Which paid subscription makes use of the API key?
ChatGPT Plus Subscription
$20.00
per
monthChatGPT 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.Google Bard is still not available in some countries.
.
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.
Google Bard is still not available in some countries.
.

Quote from emo on May 21, 2023, 11:51 am@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
@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:
|
||||||||||||||

Quote from luishp on May 21, 2023, 11:52 amWhich 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/pricingI 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.
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.

Quote from emo on August 1, 2023, 8:35 pmNew version 1.6 Now you can generate images
The latest version can be downloaded from the first post.
Best regards
New version 1.6 Now you can generate images
The latest version can be downloaded from the first post.
Best regards
Uploaded files:
Quote from adrianbrookbank on December 20, 2023, 3:29 pm@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 :-)
@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 :-)

Quote from weiji772 on January 9, 2024, 5:38 pmCan 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
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