Vito99 commited on
Commit
d85ab1c
·
1 Parent(s): 8e293c5

Update awesome_chat.py

Browse files
Files changed (1) hide show
  1. awesome_chat.py +1 -1
awesome_chat.py CHANGED
@@ -67,7 +67,7 @@ if log_file:
67
  logger.addHandler(filehandler)
68
 
69
  LLM = config["model"]
70
- use_completion = False
71
 
72
  # consistent: wrong msra model name
73
  LLM_encoding = LLM
 
67
  logger.addHandler(filehandler)
68
 
69
  LLM = config["model"]
70
+ use_completion = config["use_completion"]
71
 
72
  # consistent: wrong msra model name
73
  LLM_encoding = LLM