Spaces:
Build error
Build error
Update utils/chatbot_interface4.py
Browse files
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 |
|