We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d33342f commit 93a60c9Copy full SHA for 93a60c9
src/Models/Chat.php
@@ -101,7 +101,7 @@ public function gpt(string $prompt)
101
private function title(string $prompt)
102
{
103
if (sizeof($this->messages) < 4 and $this->title == 'New Chat') {
104
- $content = "Résume ce prompt en quelques mots: " . $prompt;
+ $content = "Résume ce texte en quelques mots: " . $prompt;
105
106
$response = $this->client->chat()->create([
107
'model' => config('chatgpt.openai.model'),
0 commit comments