pre-commit
This commit is contained in:
@@ -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:
|
||||||
|
Reference in New Issue
Block a user