AashitaK commited on
Commit
d594be1
·
verified ·
1 Parent(s): d1a1c2f

Update utils/chatbot_interface4.py

Browse files
Files changed (1) hide show
  1. utils/chatbot_interface4.py +1 -2
utils/chatbot_interface4.py CHANGED
@@ -69,8 +69,7 @@ class ChatbotInterface:
69
  if key not in config:
70
  logging.error(f"Missing required configuration key: {key}")
71
  raise ValueError(f"Missing required configuration key: {key}")
72
-
73
- logging.info("Configuration loaded successfully.")
74
  return config
75
 
76
 
 
69
  if key not in config:
70
  logging.error(f"Missing required configuration key: {key}")
71
  raise ValueError(f"Missing required configuration key: {key}")
72
+
 
73
  return config
74
 
75