From 8b7cde54feba5366d4ad07917023544560ae35bf Mon Sep 17 00:00:00 2001 From: 6448dfb631ba9538b4877fd6 <6448dfb631ba9538b4877fd6@devide> Date: Mon, 29 May 2023 10:01:00 +0000 Subject: [PATCH] Mon May 29 10:01:00 UTC 2023 inscode --- src/App.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/App.vue b/src/App.vue index acc37cd..bfa09f0 100644 --- a/src/App.vue +++ b/src/App.vue @@ -99,6 +99,7 @@ export default { return; }; const data = JSON.parse(msg.data); + console.log(data) const finish_reason = data.choices[0].finish_reason; const finish = finish_reason === 'stop' || finish_reason === 'length'; const content = data.choices[0].delta.content; -- GitLab