Skip to content

Commit

Permalink
Plugin: Add support for DeepSeek (incomplete) - Remove error logging
Browse files Browse the repository at this point in the history
  • Loading branch information
ywarnier committed Jan 22, 2025
1 parent a92979b commit 27c7d59
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions plugin/ai_helper/src/openai/OpenAi.php
Original file line number Diff line number Diff line change
Expand Up @@ -324,10 +324,7 @@ private function sendRequest(
$curl = curl_init();

curl_setopt_array($curl, $curl_info);
$command_line = curl_getinfo($curl, CURLINFO_EFFECTIVE_URL) . ' ' . print_r($post_fields, 1);
error_log($command_line);
$response = curl_exec($curl);
error_log(print_r($response, 1));
curl_close($curl);

return $response;
Expand Down

0 comments on commit 27c7d59

Please sign in to comment.