bstraehle commited on
Commit
258723e
1 Parent(s): 0c96e18

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -18,8 +18,8 @@ config = {
18
  "temperature": 0
19
  }
20
 
21
- #logging.basicConfig(stream = sys.stdout, level = logging.INFO)
22
- #logging.getLogger().addHandler(logging.StreamHandler(stream = sys.stdout))
23
 
24
  def invoke(openai_api_key, prompt, agent_option):
25
  if (openai_api_key == ""):
 
18
  "temperature": 0
19
  }
20
 
21
+ logging.basicConfig(stream = sys.stdout, level = logging.DEBUG)
22
+ logging.getLogger().addHandler(logging.StreamHandler(stream = sys.stdout))
23
 
24
  def invoke(openai_api_key, prompt, agent_option):
25
  if (openai_api_key == ""):