ar-dy commited on
Commit
e1935f0
·
1 Parent(s): cafb641

set debug=True

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ from pydantic import BaseModel
5
 
6
  from allofresh_chatbot import AllofreshChatbot
7
 
8
- allo_chatbot = AllofreshChatbot(debug=False)
9
 
10
  class Message(BaseModel):
11
  role: str
 
5
 
6
  from allofresh_chatbot import AllofreshChatbot
7
 
8
+ allo_chatbot = AllofreshChatbot(debug=True)
9
 
10
  class Message(BaseModel):
11
  role: str