Skip to content

Commit

Permalink
Merge pull request #20 from jovyllebermudez/development
Browse files Browse the repository at this point in the history
add remote logs
  • Loading branch information
jovylle authored Oct 16, 2023
2 parents 1710cb6 + 25338e6 commit 40708c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@
loadingYet.classList.remove('loading-yet');
messageHistory.push({ role: "user", content: userMessage });
messageHistory.push({ role: "assistant", content: aiMessage });

fetch('https://asia-east1-project-402218.cloudfunctions.net/do_notion_row?name=quickchatgpt')
// Prism.highlightAll();
// Clear user input and re-enable the send button
sendButton.disabled = false;
Expand Down

0 comments on commit 40708c5

Please sign in to comment.