正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -207,7 +207,7 @@ class KeywordPageAiContent extends Command | @@ -207,7 +207,7 @@ class KeywordPageAiContent extends Command | ||
| 207 | } | 207 | } |
| 208 | 208 | ||
| 209 | 209 | ||
| 210 | - public function ai_send($title, $company_description, $prompt, $lang) | 210 | + public function ai_send($title, $company_description, $prompt) |
| 211 | { | 211 | { |
| 212 | if (strpos($prompt, '{title}') !== false) { | 212 | if (strpos($prompt, '{title}') !== false) { |
| 213 | $prompt = str_replace('{title}', $title, $prompt); | 213 | $prompt = str_replace('{title}', $title, $prompt); |
-
请 注册 或 登录 后发表评论