Skip to content

Commit

Permalink
remove extra concat
Browse files Browse the repository at this point in the history
  • Loading branch information
Sidsector9 committed Aug 31, 2023
1 parent 99485aa commit 9a94178
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/Classifai/Providers/OpenAI/ChatGPT.php
Original file line number Diff line number Diff line change
Expand Up @@ -916,7 +916,7 @@ public function resize_content( int $post_id, array $args = array() ) {
],
[
'role' => 'user',
'content' => esc_html( $args['content'] ) . '',
'content' => esc_html( $args['content'] ),
],
],
'temperature' => 0.9,
Expand Down

0 comments on commit 9a94178

Please sign in to comment.