Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -13,7 +13,8 @@ def respond(
|
|
13 |
):
|
14 |
# Check for specific questions and provide predefined answers
|
15 |
if message.lower() == "who created this chat bot":
|
16 |
-
|
|
|
17 |
|
18 |
messages = [{"role": "system", "content": system_message}]
|
19 |
|
|
|
13 |
):
|
14 |
# Check for specific questions and provide predefined answers
|
15 |
if message.lower() == "who created this chat bot":
|
16 |
+
print("Specific question detected: 'Who created this chat bot'")
|
17 |
+
return "This chatbot was created by Khellon Patel (naruto)."
|
18 |
|
19 |
messages = [{"role": "system", "content": system_message}]
|
20 |
|