You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chatOutput.innerHTML += `<p class="bot-message error-message">Entschuldigung, es gab ein Problem bei der VerarbeitungIhrerAnfrage. Bitte versuchen Sie es später noch einmal.</p>`;
10
+
}
11
+
} else {
12
+
console.error("Error communicating with GPTChat API");
13
+
chatOutput.innerHTML += `<p class="bot-message error-message">Entschuldigung, es gab ein Problem bei der Kommunikation mit dem Berater. Bitte versuchen Sie es später noch einmal.</p>`;
0 commit comments