Fix: unexpected keyword argument error.
This commit is contained in:
@@ -27,7 +27,7 @@ if not os.path.exists(WORKING_DIR):
|
||||
|
||||
|
||||
async def llm_model_func(
|
||||
prompt, system_prompt=None, history_messages=[], **kwargs
|
||||
prompt, system_prompt=None, history_messages=[], keyword_extraction=False, **kwargs
|
||||
) -> str:
|
||||
return await openai_complete_if_cache(
|
||||
CHATMODEL,
|
||||
|
Reference in New Issue
Block a user