pre-commit

This commit is contained in:
tackhwa
2024-10-26 16:13:18 +08:00
parent 88f4e34528
commit 2120a6dabb

View File

@@ -10,6 +10,7 @@ WORKING_DIR = "./dickens"
if not os.path.exists(WORKING_DIR): if not os.path.exists(WORKING_DIR):
os.mkdir(WORKING_DIR) os.mkdir(WORKING_DIR)
async def lmdeploy_model_complete( async def lmdeploy_model_complete(
prompt=None, system_prompt=None, history_messages=[], **kwargs prompt=None, system_prompt=None, history_messages=[], **kwargs
) -> str: ) -> str: