Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
orhanerday authored Dec 27, 2021
1 parent ff9cedf commit f590afc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@ $engines = $open_ai->engines();
*/
$engine = $open_ai->engine('davinci');

// this will return json
return response()->json(json_decode($search));
// this will print $search
echo $search;
```

## Testing
Expand Down

0 comments on commit f590afc

Please sign in to comment.