正在显示
1 个修改的文件
包含
1 行增加
和
0 行删除
| @@ -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 | } |
-
请 注册 或 登录 后发表评论