GetSimple Support Forum
SEOGPT - Plugin for SEO text based on OpenAI - Printable Version

+- GetSimple Support Forum (http://get-simple.info/forums)
+-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3)
+--- Forum: Plugins (http://get-simple.info/forums/forumdisplay.php?fid=13)
+--- Thread: SEOGPT - Plugin for SEO text based on OpenAI (/showthread.php?tid=16987)



SEOGPT - Plugin for SEO text based on OpenAI - multicolor - 2023-03-12

AI content creation has now arrived for GetSimple Cant think of some nice text to add to your site? Clients unable to come up with their own descriptions? SEOGPT utilizes OpenAi DaVinci 003 to generate high quality, engaging, creative content for your projects. Never fear, SEOGPT is hear! No complex configuration required. Register a free account with OpenAI and create your API key. Enter the API key and start your content generation. There is even an easy insertion button for ckEditor to add your freshly generated content within seconds!
  • button to easily put text in ckeditor
  • easy to use
  • support many language with question
Special thanks to Islander for help with testing

[Image: Fq9s2qFXwAAy3c8?format=jpg&name=medium]
Download:



RE: SEOGPT - Plugin for SEO text based on OpenAI - Felix - 2023-03-12

WoW didn't even know this existes. This is freaking amazing, big thankx fly out to multi color


RE: SEOGPT - Plugin for SEO text based on OpenAI - aurafx - 2024-02-19

Thank You!! I love this plugin, it has been really helpful for me, but recently it seems to have stopped working, anytime I try and send a query to AI this is the response

Bots Answer:
error database

any ideas what the issue could be, i'm not sure if its maybe something on my end or if OpenAI have made some changes to their system which is causing the error.

UPDATE:
I managed to find an easy fix for this issue and it's working now,
the API Model text-davinci-003 is now deprecated and the recommended replacement is gpt-3.5-turbo-instruct,
a simple change to one line of code fixes this without any issues.

In seoGPT.php

change Line 65

from
Code:
$sModel = "text-davinci-003";

to
Code:
$sModel = "gpt-3.5-turbo-instruct";



RE: SEOGPT - Plugin for SEO text based on OpenAI - multicolor - 2024-02-23

(2024-02-19, 22:47:38)aurafx Wrote: Thank You!! I love this plugin, it has been really helpful for me, but recently it seems to have stopped working, anytime I try and send a query to AI this is the response

Bots Answer:
error database

any ideas what the issue could be, i'm not sure if its maybe something on my end or if OpenAI have made some changes to their system which is causing the error.

UPDATE:
I managed to find an easy fix for this issue and it's working now,
the API Model text-davinci-003 is now deprecated and the recommended replacement is gpt-3.5-turbo-instruct,
a simple change to one line of code fixes this without any issues.

In seoGPT.php

change Line 65

from
Code:
$sModel = "text-davinci-003";

to
Code:
$sModel = "gpt-3.5-turbo-instruct";

No problem, i replied to ce forumSmile Thanks for join us!


RE: SEOGPT - Plugin for SEO text based on OpenAI - teteryonok - 2024-09-27

Just installed this plugin, it gives the same error as described above: error database