Skip to content

Commit

Permalink
I changed something and now I hope it works
Browse files Browse the repository at this point in the history
  • Loading branch information
Do-Not-Dusturb authored Dec 2, 2024
1 parent c01218c commit 5a4abff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ai-stuff/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
window.postMessage(JSON.stringify({ type: "response_message", text: resultText }));
} else {
console.error("Unexpected response structure:", data);
window.postMessage(JSON.stringify({ type: "response_error", text: "Sorry, I couldn't process the response." }));
window.postMessage(JSON.stringify({ type: "response_error", text: "Sorry, I couldn't process the response. Please say it again" }));
}
} catch (error) {
console.error("Error fetching response:", error);
Expand Down

0 comments on commit 5a4abff

Please sign in to comment.