Trival. (#9015)
### What problem does this PR solve? ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
parent
3eca9d3a5f
commit
93c94fda7b
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@ class Extractor:
|
|||
self._entity_types = entity_types or DEFAULT_ENTITY_TYPES
|
||||
|
||||
@timeout(60*3)
|
||||
def _chat(self, system, history, gen_conf):
|
||||
def _chat(self, system, history, gen_conf={}):
|
||||
hist = deepcopy(history)
|
||||
conf = deepcopy(gen_conf)
|
||||
response = get_llm_cache(self._llm.llm_name, system, hist, conf)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue