Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -11,10 +11,7 @@ def respond(
|
|
11 |
temperature,
|
12 |
top_p,
|
13 |
):
|
14 |
-
|
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 |
|
|
|
11 |
temperature,
|
12 |
top_p,
|
13 |
):
|
14 |
+
|
|
|
|
|
|
|
15 |
|
16 |
messages = [{"role": "system", "content": system_message}]
|
17 |
|