joermd commited on
Commit
b329afe
·
verified ·
1 Parent(s): 8e4cb27

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +1 -1
index.html CHANGED
@@ -376,7 +376,7 @@ async function sendMessage() {
376
  if (error.name === 'AbortError') {
377
  document.getElementById(messageId).textContent = 'تم إيقاف التوليد.';
378
  } else {
379
- document.getElementById(messageId).textContent = 'لو كنت أملك فرصة لتغيير شيء واحد في العالم، سأعمل على القضاء على الفقر.';
380
  }
381
  } finally {
382
  currentController = null;
 
376
  if (error.name === 'AbortError') {
377
  document.getElementById(messageId).textContent = 'تم إيقاف التوليد.';
378
  } else {
379
+ document.getElementById(messageId).textContent = 'عذراً، حدث خطأ في المعالجة.';
380
  }
381
  } finally {
382
  currentController = null;