|
...
|
...
|
@@ -207,7 +207,7 @@ class KeywordPageAiContent extends Command |
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
public function ai_send($title, $company_description, $prompt, $lang)
|
|
|
|
public function ai_send($title, $company_description, $prompt)
|
|
|
|
{
|
|
|
|
if (strpos($prompt, '{title}') !== false) {
|
|
|
|
$prompt = str_replace('{title}', $title, $prompt);
|
...
|
...
|
|