Skip to content

Commit

Permalink
* refactor: 💡delete debug info (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
bingryan authored Apr 21, 2023
1 parent 08382b4 commit 8676926
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/views/chat/Index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,6 @@
openai_key: openaiKey,
} = chatSetting.value.setting;
const messages = cacheContextList.value.slice(0, -1);
console.log('messages:', messages);
const response = await fetch(apiUrl, {
method: 'POST',
headers: {
Expand Down

0 comments on commit 8676926

Please sign in to comment.