diff --git a/src/App.vue b/src/App.vue index acc37cd4f5d51684ad2414e8ca15f2eeba5ac259..bfa09f0713cd3bddf4c394e42ce0aa4d367fcf34 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;