Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
SEOGPT - Plugin for SEO text based on OpenAI
#4
(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!
Reply


Messages In This Thread
RE: SEOGPT - Plugin for SEO text based on OpenAI - by multicolor - 2024-02-23, 23:32:44



Users browsing this thread: 1 Guest(s)