Skip to content

Commit

Permalink
updating temperature
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarholt committed Oct 6, 2024
1 parent 36425f5 commit 472b281
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Extensions/SeoAIExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ public function promptAPICall($prompt)
$url = 'https://api.openai.com/v1/chat/completions';
$data = [
"model" => "gpt-4o-mini",
"temperature" => 0,
"messages" => [
[
"role" => "user",
Expand Down

0 comments on commit 472b281

Please sign in to comment.