Francesco commited on
Commit
6260847
·
1 Parent(s): 8a1eddf

updated README

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -35,7 +35,7 @@ DEFAULT_TEMPERATURE = 0.7
35
  ChatHistory = List[str]
36
 
37
  logging.basicConfig(
38
- format="[%(asctime)s %(levelname)s]: %(message)s", level=logging.INFO
39
  )
40
  # load redis client
41
  client = get_client()
 
35
  ChatHistory = List[str]
36
 
37
  logging.basicConfig(
38
+ format="[%(asctime)s %(levelname)s]: %(message)s", level=logging.DEBUG
39
  )
40
  # load redis client
41
  client = get_client()