pre-commit
This commit is contained in:
parent
8deb30aa20
commit
2e703296d5
1 changed files with 4 additions and 3 deletions
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue