Skip to content

Commit

Permalink
Merge pull request ChatTeach#11 from eltociear/patch-1
Browse files Browse the repository at this point in the history
Fix: typo in chat.js
  • Loading branch information
ramon-victor authored Jun 25, 2023
2 parents 8b4ee28 + f8bce13 commit cfd23da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/js/chat.js
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ const ask_gpt = async (message) => {
// if text contains :
if (text.includes(`instead. Maintaining this website and API costs a lot of money`)) {
document.getElementById(`gpt_${window.token}`).innerHTML =
"An error occured, please reload / refresh cache and try again.";
"An error occurred, please reload / refresh cache and try again.";
}

add_message(window.conversation_id, "user", message);
Expand Down

0 comments on commit cfd23da

Please sign in to comment.