作者 赵彬吉

update

@@ -75,6 +75,7 @@ class Gpt @@ -75,6 +75,7 @@ class Gpt
75 $json = []; 75 $json = [];
76 } 76 }
77 } catch (\Throwable $e) { 77 } catch (\Throwable $e) {
  78 + Log::error('openai_chat_qqs data:', $data);
78 Log::error('openai_chat_qqs time ' . (time() - $time) . ' error:' . $e->getMessage()); 79 Log::error('openai_chat_qqs time ' . (time() - $time) . ' error:' . $e->getMessage());
79 $json = []; 80 $json = [];
80 } 81 }