SamiKoen commited on
Commit
742650a
·
verified ·
1 Parent(s): 0d398d2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -725,7 +725,7 @@ def chatbot_fn(user_message, history, image=None):
725
  print(f"Dosya yazma hatası (Kullanıcı): {e}")
726
 
727
  # Sistem mesajlarını external dosyadan yükle
728
- system_messages = get_prompt_content_only()
729
 
730
  # Döküman verilerini sistem mesajlarına ekle
731
  if document_content:
 
725
  print(f"Dosya yazma hatası (Kullanıcı): {e}")
726
 
727
  # Sistem mesajlarını external dosyadan yükle
728
+ system_messages = get_active_prompts()
729
 
730
  # Döküman verilerini sistem mesajlarına ekle
731
  if document_content: