nruto commited on
Commit
53d8447
·
verified ·
1 Parent(s): eaa425b

Update app.py

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