ciyidogan commited on
Commit
39b0f9a
·
verified ·
1 Parent(s): 7c7c913

Update flare-ui/src/app/components/chat/realtime-chat.component.ts

Browse files
flare-ui/src/app/components/chat/realtime-chat.component.ts CHANGED
@@ -506,7 +506,8 @@ export class RealtimeChatComponent implements OnInit, OnDestroy, AfterViewChecke
506
  'processing_stt': 'Metin Dönüştürme',
507
  'processing_llm': 'Yanıt Hazırlanıyor',
508
  'processing_tts': 'Ses Oluşturuluyor',
509
- 'playing_audio': 'Konuşuyor'
 
510
  };
511
  return labels[state] || state;
512
  }
 
506
  'processing_stt': 'Metin Dönüştürme',
507
  'processing_llm': 'Yanıt Hazırlanıyor',
508
  'processing_tts': 'Ses Oluşturuluyor',
509
+ 'playing_audio': 'Konuşuyor',
510
+ 'error': 'Hata'
511
  };
512
  return labels[state] || state;
513
  }